File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 9696 # Do not let tools interfere with the main module's go.mod.
9797 cd && go mod init tools
9898 go install honnef.co/go/tools/cmd/staticcheck@2025.1.1
99- go install github.com/golangci/golangci-lint/cmd/golangci-lint@v2.8.0
99+ go install github.com/golangci/golangci-lint/v2/ cmd/golangci-lint@v2.8.0
100100 # Add PATH for installed tools.
101101 echo "$GOPATH/bin:$PATH" >> $GITHUB_PATH
102102
@@ -189,7 +189,7 @@ jobs:
189189 # Do not let tools interfere with the main module's go.mod.
190190 cd && go mod init tools
191191 go install honnef.co/go/tools/cmd/staticcheck@2025.1.1
192- go install github.com/golangci/golangci-lint/cmd/golangci-lint@v2.8.0
192+ go install github.com/golangci/golangci-lint/v2/ cmd/golangci-lint@v2.8.0
193193 # Add PATH for installed tools.
194194 echo "$GOPATH/bin:$PATH" >> $GITHUB_PATH
195195
You can’t perform that action at this time.
0 commit comments