Skip to content

Commit

Permalink
ci: use go1.21 for coverage and non-linux tests
Browse files Browse the repository at this point in the history
  • Loading branch information
arl committed Sep 23, 2023
1 parent 355e0a9 commit 84eda9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.19.x
go-version: 1.21.x
- run: go test -coverprofile=coverage.txt
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests-others.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.19.x
go-version: 1.21.x
- name: Tests
run: go test -race -shuffle=on ./...

0 comments on commit 84eda9d

Please sign in to comment.