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 6ba3e7f commit d2f842aCopy full SHA for d2f842a
.github/workflows/code-health.yml
@@ -47,7 +47,7 @@ jobs:
47
go-version-file: 'go.mod'
48
cache: false # see https://github.com/golangci/golangci-lint-action/issues/807
49
- name: golangci-lint
50
- uses: golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837
+ uses: golangci/golangci-lint-action@55c2c1448f86e01eaae002a5a3a9624417608d84
51
with:
52
version: v1.64.7 # Also update GOLANGCI_VERSION variable in GNUmakefile when updating this version
53
- name: actionlint
0 commit comments