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 338350f commit d8f6fefCopy full SHA for d8f6fef
.github/workflows/code-health-tools.yml
@@ -93,7 +93,7 @@ jobs:
93
go-version-file: 'tools/cli/go.mod'
94
cache: false # see https://github.com/golangci/golangci-lint-action/issues/807
95
- name: golangci-lint
96
- uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8
+ uses: golangci/golangci-lint-action@ec5d18412c0aeab7936cb16880d708ba2a64e1ae
97
with:
98
version: v1.60.3
99
working-directory: tools/cli
0 commit comments