Skip to content

Commit 3573348

Browse files
committed
Fix golangci-lint version to v2.10
1 parent fc5c940 commit 3573348

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- run: go vet ./...
2424
- uses: golangci/golangci-lint-action@v6
2525
with:
26-
version: v2
26+
version: v2.10
2727

2828
test:
2929
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)