We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a149849 commit b1c8c1aCopy full SHA for b1c8c1a
.github/workflows/golangci-lint.yaml
@@ -17,7 +17,7 @@ jobs:
17
go-version: '1.24.1'
18
cache: false
19
- name: golangci-lint
20
- uses: golangci/golangci-lint-action@55c2c1448f86e01eaae002a5a3a9624417608d84 # v6.5.2
+ uses: golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd # v7.0.0
21
with:
22
# Require: The version of golangci-lint to use.
23
# When `install-mode` is `binary` (default) the value can be v1.2 or v1.2.3 or `latest` to use the latest version.
0 commit comments