Skip to content

Commit

Permalink
chore: update golangci-lint version
Browse files Browse the repository at this point in the history
golangci-lint v1.44.2 does not support golang 1.18
  • Loading branch information
taoky committed Apr 9, 2022
1 parent d581c18 commit cb627e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: golangci/golangci-lint-action@v2
with:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
version: v1.44.2
version: v1.45.2

- name: Get dependencies and run tests
run: go test -race -v ./...
Expand Down

0 comments on commit cb627e4

Please sign in to comment.