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 3318080 commit 6c32a9eCopy full SHA for 6c32a9e
.github/workflows/code-health.yml
@@ -32,7 +32,7 @@ jobs:
32
go-version-file: 'go.mod'
33
cache: false # see https://github.com/golangci/golangci-lint-action/issues/807
34
- name: golangci-lint
35
- uses: golangci/golangci-lint-action@ec5d18412c0aeab7936cb16880d708ba2a64e1ae
+ uses: golangci/golangci-lint-action@e60da84bfae8c7920a47be973d75e15710aa8bd7
36
with:
37
version: v1.63.4 # Also update GOLANGCI_VERSION variable in GNUmakefile when updating this version
38
- name: actionlint
0 commit comments