Skip to content

Commit cc74509

Browse files
committed
update golangci-lint action
1 parent 5e7a9e5 commit cc74509

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
echo "::set-output name=Version::$(head -n 1 "${GITHUB_WORKSPACE}/.golangci.yml" | tr -d '# ')"
4040
id: version
4141
- name: golangci-lint
42-
uses: golangci/golangci-lint-action@v3
42+
uses: golangci/golangci-lint-action@v6
4343
with:
4444
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
4545
version: ${{ steps.version.outputs.Version }}

0 commit comments

Comments
 (0)