We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 14bcab9 + 7a09429 commit b480ee6Copy full SHA for b480ee6
1 file changed
.github/workflows/lint.yml
@@ -23,7 +23,7 @@ jobs:
23
fetch-depth: 0
24
25
- name: golangci-lint
26
- uses: golangci/golangci-lint-action@v8
+ uses: golangci/golangci-lint-action@v9
27
with:
28
version: v1.54
29
args: --verbose --timeout 10m --fix=false --new-from-rev=HEAD~ --config=.golangci.yml
0 commit comments