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 d8277d0 commit e346a57Copy full SHA for e346a57
.github/workflows/go.yaml
@@ -19,7 +19,7 @@ jobs:
19
- uses: actions/checkout@v4
20
- uses: actions/setup-go@v5
21
- name: Install golangci-lint
22
- 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
23
- name: Run test
24
run: go test ./...
25
golangci-lint:
@@ -28,6 +28,6 @@ jobs:
28
29
30
31
32
- name: Run golangci-lint
33
run: golangci-lint run
0 commit comments