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 229ccfd commit eaab652Copy full SHA for eaab652
.github/workflows/golangci.yml
@@ -20,6 +20,6 @@ jobs:
20
- run: go mod vendor
21
22
- name: Run golangci-lint
23
- uses: golangci/golangci-lint-action@9fae48acfc02a90574d7c304a1758ef9895495fa # v7
+ uses: golangci/golangci-lint-action@55c2c1448f86e01eaae002a5a3a9624417608d84 # v6
24
with:
25
- version: v2.0
+ version: v1.64.8
0 commit comments