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.
2 parents 5de7c6a + 5413b0c commit 1d81436Copy full SHA for 1d81436
.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@e60da84bfae8c7920a47be973d75e15710aa8bd7 # tag=v6.3.0
+ uses: golangci/golangci-lint-action@2e788936b09dd82dc280e845628a40d2ba6b204c # tag=v6.3.1
25
26
version: v1.63.3
27
args: --timeout 15m
28
- name: golangci-lint-test
29
30
31
32
args: --build-tags e2e --timeout 15m
0 commit comments