Skip to content

Commit 92a04b7

Browse files
committed
Upgrade golangci-lint to 2.1.5
1 parent 5ea214a commit 92a04b7

File tree

2 files changed

+165
-255
lines changed

2 files changed

+165
-255
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Run golangci-lint
2121
uses: golangci/golangci-lint-action@v6
2222
with:
23-
version: v1.64.5
23+
version: v2.1.5
2424
- name: Run tests
2525
run: go test -race -covermode=atomic -coverprofile=coverage.out -v ./...
2626
- name: Upload coverage reports to Codecov

0 commit comments

Comments
 (0)