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 e402667 commit 57f4406Copy full SHA for 57f4406
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
go-version-file: go.mod
17
cache: true
18
- name: golangci-lint
19
- uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v6.1.1
+ uses: golangci/golangci-lint-action@ec5d18412c0aeab7936cb16880d708ba2a64e1ae # v6.2.0
20
with:
21
# Pin the version in case all the builds start to fail at the same time.
22
# There may not be an automatic way (e.g., dependabot) to update a specific parameter of a Github Action,
0 commit comments