Skip to content

Commit

Permalink
ci: Test using Go 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
TwiN authored Mar 18, 2024
1 parent e5a0f9b commit 6a92180
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
steps:
- uses: actions/setup-go@v5
with:
go-version: 1.20
go-version: 1.21
- uses: actions/checkout@v4
- name: Test
run: go test -mod vendor ./... -race -coverprofile=coverage.txt -covermode=atomic
run: go test ./... -race -coverprofile=coverage.txt -covermode=atomic
- name: Codecov
uses: codecov/codecov-action@v4.1.0
with:
Expand Down

0 comments on commit 6a92180

Please sign in to comment.