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 3d76cc1 commit e85ec6cCopy full SHA for e85ec6c
.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@aaa42aa0628b4ae2578232a66b541047968fac86
+ uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8
51
with:
52
version: v1.61.0 # Also update GOLANGCI_VERSION variable in GNUmakefile when updating this version
53
- name: actionlint
0 commit comments