We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e3ab95 commit 68dd215Copy full SHA for 68dd215
.github/workflows/lint.yml
@@ -28,7 +28,7 @@ jobs:
28
echo "golangCiLintVersion=${golangCiLintVersion}" >> $GITHUB_OUTPUT
29
30
- name: golangci-lint
31
- uses: golangci/[email protected].1
+ uses: golangci/[email protected].2
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