Skip to content

Commit 09aa6bc

Browse files
committed
fix golangci-lint CI
1 parent 7ed6968 commit 09aa6bc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/linter.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ jobs:
1818
with:
1919
go-version-file: 'go.mod'
2020
- name: golangci-lint
21-
uses: golangci/golangci-lint-action@v6
21+
uses: golangci/golangci-lint-action@v7
2222
with:
23-
version: v2.4.0
24-
install-from-source: true
23+
version: v2.2.2
2524
args: --verbose --timeout=15m

0 commit comments

Comments
 (0)