We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e304bd commit 9c47134Copy full SHA for 9c47134
.github/workflows/golangci-lint.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: golangci-lint
37
env:
38
GOOS: ${{ matrix.GOOS }}
39
- uses: golangci/golangci-lint-action@v6
+ uses: golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6.5.0
40
with:
41
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
42
version: v1.64.5
0 commit comments