We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc037e4 commit 5d704c7Copy full SHA for 5d704c7
1 file changed
.github/workflows/code-health.yaml
@@ -50,7 +50,7 @@ jobs:
50
go-version-file: 'cfn-resources/go.mod'
51
cache: false # see https://github.com/golangci/golangci-lint-action/issues/807
52
- name: golangci-lint
53
- uses: golangci/golangci-lint-action@0a35821d5c230e903fcfe077583637dea1b27b47
+ uses: golangci/golangci-lint-action@e7fa5ac41e1cf5b7d48e45e42232ce7ada589601
54
with:
55
version: v2.4.0 # Also update GOLANGCI_VERSION variable in Makefile when updating this version
56
working-directory: cfn-resources
0 commit comments