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 4eb0711 commit 4d45990Copy full SHA for 4d45990
.github/workflows/golangci-lint.yml
@@ -21,13 +21,13 @@ jobs:
21
with:
22
go-version: ${{ steps.vars.outputs.go_version }}
23
- name: golangci-lint
24
- uses: golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd # tag=v7.0.0
+ uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # tag=v8.0.0
25
26
- version: v2.0.2
+ version: v2.1.0
27
args: --timeout 15m
28
- name: golangci-lint-test
29
30
31
32
args: --build-tags e2e --timeout 15m
33
working-directory: test
0 commit comments