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