Skip to content

Commit

Permalink
Upgrade golangci-lint to v1.45.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrt committed Apr 3, 2022
1 parent 484bb68 commit e21807f
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 @@ -25,7 +25,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.34
version: v1.45

- name: Test
run: go test -v ./...
Expand Down

0 comments on commit e21807f

Please sign in to comment.