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 a55f325 commit 18fb99bCopy full SHA for 18fb99b
.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@971e284b6050e8a5849b72094c50ab08da042db8
+ uses: golangci/golangci-lint-action@ec5d18412c0aeab7936cb16880d708ba2a64e1ae
51
with:
52
version: v1.62.2 # Also update GOLANGCI_VERSION variable in GNUmakefile when updating this version
53
- name: actionlint
0 commit comments