We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 749927f commit 31861abCopy full SHA for 31861ab
.github/workflows/go.yml
@@ -22,7 +22,7 @@ jobs:
22
go-version: '1.24.1'
23
24
- name: Install golangci-lint
25
- run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.64.7
+ run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v2.0.2
26
27
- name: Build
28
run: go build -v ./...
0 commit comments