We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06e4c1e commit ac3aefaCopy full SHA for ac3aefa
.github/workflows/build_and_validate.yaml
@@ -43,7 +43,7 @@ jobs:
43
run: ./scripts/go-mod-check.sh
44
- name: golangci-lint
45
if: steps.filter.outputs.go == 'true'
46
- uses: golangci/golangci-lint-action@9fae48acfc02a90574d7c304a1758ef9895495fa # v7
+ uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8
47
with:
48
version: v1.43
49
args: --timeout 2m0s
0 commit comments