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 b81331f + 7bebc5a commit c320560Copy full SHA for c320560
.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@4696ba8babb6127d732c3c6dde519db15edab9ea # tag=v6.5.1
+ uses: golangci/golangci-lint-action@55c2c1448f86e01eaae002a5a3a9624417608d84 # tag=v6.5.2
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