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 67308ea commit b760f4aCopy full SHA for b760f4a
.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@e60da84bfae8c7920a47be973d75e15710aa8bd7
+ uses: golangci/golangci-lint-action@051d91933864810ecd5e2ea2cfd98f6a5bca5347
36
with:
37
version: v1.63.4 # Also update GOLANGCI_VERSION variable in GNUmakefile when updating this version
38
- name: actionlint
0 commit comments