Skip to content

Commit

Permalink
upgrade golangci-lint to a version that works with go 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
robbles committed Apr 28, 2022
1 parent f8a3f9e commit 1d89cc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
go-version: '${{ env.GO_VERSION }}'
- name: Run golangci-lint
run: |
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.43.0
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.45.2
golangci-lint run -v ./...
test:
Expand Down

0 comments on commit 1d89cc9

Please sign in to comment.