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 018baa7 commit ece858fCopy full SHA for ece858f
.github/workflows/golangci-lint.yml
@@ -21,12 +21,12 @@ jobs:
21
with:
22
go-version: ${{ steps.vars.outputs.go_version }}
23
- name: golangci-lint
24
- uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # tag=v8.0.0
+ uses: golangci/golangci-lint-action@0a35821d5c230e903fcfe077583637dea1b27b47 # tag=v9.0.0
25
26
version: v2.5.0
27
args: --timeout 15m
28
- name: golangci-lint-test
29
30
31
32
args: --build-tags e2e --timeout 15m
0 commit comments