Skip to content

Commit

Permalink
ci: update CI Go version
Browse files Browse the repository at this point in the history
  • Loading branch information
drivebyer committed Nov 19, 2021
1 parent 723a24c commit 1770145
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/setup-go@v2
with:
# Should be consistent with go.mod
go-version: '1.14'
go-version: '1.16'

- name: Lint
uses: golangci/golangci-lint-action@v2
Expand All @@ -44,6 +44,6 @@ jobs:
uses: actions/setup-go@v2
with:
# Should be consistent with go.mod
go-version: '1.14'
go-version: '1.16'
- name: Unit test
run: make test

0 comments on commit 1770145

Please sign in to comment.