We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e7a9e5 commit cc74509Copy full SHA for cc74509
.github/workflows/lint.yml
@@ -39,7 +39,7 @@ jobs:
39
echo "::set-output name=Version::$(head -n 1 "${GITHUB_WORKSPACE}/.golangci.yml" | tr -d '# ')"
40
id: version
41
- name: golangci-lint
42
- uses: golangci/golangci-lint-action@v3
+ uses: golangci/golangci-lint-action@v6
43
with:
44
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
45
version: ${{ steps.version.outputs.Version }}
0 commit comments