Skip to content

Commit 77ccac8

Browse files
authored
Upgrade golangci-lint to 2.1.5 (#986)
* Upgrade golangci-lint to 2.1.5 * update action
1 parent 5ea214a commit 77ccac8

File tree

2 files changed

+166
-256
lines changed

2 files changed

+166
-256
lines changed

.github/workflows/pr.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
run: |
1919
go vet .
2020
- name: Run golangci-lint
21-
uses: golangci/golangci-lint-action@v6
21+
uses: golangci/golangci-lint-action@v7
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)