Skip to content

Commit

Permalink
upgraded golangci-lint version
Browse files Browse the repository at this point in the history
  • Loading branch information
kinoute committed Apr 3, 2022
1 parent 07570a5 commit 68bc40a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
go-version: '1.18'
- name: Lint
run: |
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.42.1
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
Expand Down

0 comments on commit 68bc40a

Please sign in to comment.