We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cf216e commit 75a78a4Copy full SHA for 75a78a4
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@e7fa5ac41e1cf5b7d48e45e42232ce7ada589601
+ uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20
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