We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b88bb75 commit 6e32aceCopy full SHA for 6e32ace
.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@4696ba8babb6127d732c3c6dde519db15edab9ea # v6
+ uses: golangci/golangci-lint-action@55c2c1448f86e01eaae002a5a3a9624417608d84 # v6
47
with:
48
version: v1.43
49
args: --timeout 2m0s
0 commit comments