chore: update github workflows go version to 1.18

pull/125/head
ᴍᴏᴏɴD4ʀᴋ 3 years ago committed by GitHub
parent 4872ba6714
commit 1e0eb81881
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/ci.yml

@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
goVer: [1.14, 1.15]
goVer: [1.18]
steps:
- name: Set up Go ${{ matrix.goVer }}
@ -23,7 +23,7 @@ jobs:
go get -v -t -d ./...
go get gopkg.in/check.v1
- name: Build
run: go build -v .
run: go build -v ./...
- name: Format
run: diff -u <(echo -n) <(gofmt -d .)

Loading…
Cancel
Save