We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ea214a commit 77ccac8Copy full SHA for 77ccac8
.github/workflows/pr.yml
@@ -18,9 +18,9 @@ jobs:
18
run: |
19
go vet .
20
- name: Run golangci-lint
21
- uses: golangci/golangci-lint-action@v6
+ uses: golangci/golangci-lint-action@v7
22
with:
23
- version: v1.64.5
+ version: v2.1.5
24
- name: Run tests
25
run: go test -race -covermode=atomic -coverprofile=coverage.out -v ./...
26
- name: Upload coverage reports to Codecov
0 commit comments