We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8915f4c commit 950a206Copy full SHA for 950a206
.github/workflows/lint.yaml
@@ -31,7 +31,7 @@ jobs:
31
go-version: stable # get the latest stable version from the go-versions repository manifest.
32
cache: false
33
- name: golangci-lint
34
- uses: golangci/golangci-lint-action@v7
+ uses: golangci/golangci-lint-action@v8
35
with:
36
args: --timeout=10m
37
version: latest
0 commit comments