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 4be7edc commit 2ade0a3Copy full SHA for 2ade0a3
.github/workflows/code-health.yml
@@ -46,7 +46,7 @@ jobs:
46
go-version-file: 'go.mod'
47
cache: false # see https://github.com/golangci/golangci-lint-action/issues/807
48
- name: golangci-lint
49
- uses: golangci/golangci-lint-action@051d91933864810ecd5e2ea2cfd98f6a5bca5347
+ uses: golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837
50
with:
51
version: v1.63.4 # Also update GOLANGCI_VERSION variable in GNUmakefile when updating this version
52
- name: actionlint
0 commit comments