We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6aba80 commit ce0ae27Copy full SHA for ce0ae27
1 file changed
.github/workflows/build.yml
@@ -22,7 +22,7 @@ jobs:
22
cache: true
23
24
- name: Install golangci-lint
25
- run: go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
+ run: go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@latest
26
27
- name: Run golangci-lint
28
run: golangci-lint run ./...
0 commit comments