We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f55e9c commit 47eef49Copy full SHA for 47eef49
.github/workflows/lint.yml
@@ -29,7 +29,7 @@ jobs:
29
git config --global --add safe.directory "$GITHUB_WORKSPACE"
30
31
- name: golangci-lint
32
- uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v6.1.1
+ uses: golangci/golangci-lint-action@ec5d18412c0aeab7936cb16880d708ba2a64e1ae # v6.2.0
33
with:
34
skip-cache: true
35
args: --timeout=30m
0 commit comments