Skip to content

Commit 73af966

Browse files
authored
Merge pull request #1418 from iawia002/golangci
Bump golangci-lint version
2 parents d361882 + f460434 commit 73af966

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
go version
2525
go env
2626
- name: Lint
27-
uses: golangci/golangci-lint-action@v3
27+
uses: golangci/golangci-lint-action@v5
2828
with:
29-
version: v1.58.0
29+
version: v1.64.7
3030
only-new-issues: true
3131
- name: Test
3232
env:

0 commit comments

Comments
 (0)