Skip to content

Commit e6d7a88

Browse files
committed
update golangci-lint version to v8
1 parent 748abb8 commit e6d7a88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
git-pass: ${{ secrets.GIT_PASS }}
2424

2525
- name: golangci-lint
26-
uses: golangci/golangci-lint-action@v3
26+
uses: golangci/golangci-lint-action@v8
2727
with:
2828
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
2929
version: ${{ vars.GOLANGCI_VERSION || 'v1.61.0' }}

0 commit comments

Comments
 (0)