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 bb05c2e commit 1e3ab95Copy full SHA for 1e3ab95
.github/workflows/lint.yml
@@ -28,7 +28,7 @@ jobs:
28
echo "golangCiLintVersion=${golangCiLintVersion}" >> $GITHUB_OUTPUT
29
30
- name: golangci-lint
31
- uses: golangci/golangci-lint-action@v6.5.0
+ uses: golangci/golangci-lint-action@v6.5.1
32
with:
33
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
34
version: v${{ steps.golangci_lint_version.outputs.golangCiLintVersion }}
0 commit comments