Skip to content

Commit 8828604

Browse files
Merge tag 'v1.40.0'
2 parents e202cd5 + 4d2e7ab commit 8828604

20 files changed

+1071
-388
lines changed

.github/workflows/pr.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,12 @@ 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
25-
run: go test -race -covermode=atomic -coverprofile=coverage.out -v .
25+
run: go test -race -covermode=atomic -coverprofile=coverage.out -v ./...
2626
- name: Upload coverage reports to Codecov
27-
uses: codecov/codecov-action@v4
27+
uses: codecov/codecov-action@v5
28+
with:
29+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)