Skip to content

Commit 1197351

Browse files
committed
update linter version
1 parent 52eec62 commit 1197351

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
with:
1313
go-version-file: go.mod
1414
- name: golangci-lint
15-
uses: golangci/golangci-lint-action@v6.5.2
15+
uses: golangci/golangci-lint-action@v7
1616
with:
17-
version: v1.55.2
17+
version: v2.0.2
1818
- name: go mod tidy check
1919
uses: katexochen/go-tidy-check@v2

0 commit comments

Comments
 (0)