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