Skip to content

Commit faea370

Browse files
committed
fix: ci
1 parent 1198812 commit faea370

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: make test
2828

2929
- name: Run golangci-lint
30-
uses: golangci/golangci-lint-action@v6.5.0
30+
uses: golangci/golangci-lint-action@v6
3131
with:
32-
version: v1.62.2
32+
version: latest
3333
skip-cache: true

0 commit comments

Comments
 (0)