We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac5f8e1 commit 87af6c0Copy full SHA for 87af6c0
.github/workflows/lint.yml
@@ -28,7 +28,7 @@ jobs:
28
echo "::set-output name=golangCiLintVersion::${golangCiLintVersion}"
29
30
- name: golangci-lint
31
- uses: golangci/golangci-lint-action@v3.3.0
+ uses: golangci/golangci-lint-action@v3.3.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