Skip to content

Commit

Permalink
Bump Go CI version
Browse files Browse the repository at this point in the history
  • Loading branch information
olahol committed Jul 1, 2023
1 parent 508deab commit b889a36
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 @@ -12,7 +12,7 @@ jobs:
fetch-depth: 2
- uses: actions/setup-go@v3
with:
go-version: '1.19'
go-version: '1.20'
- run: go get -t -v ./...
- run: go test -race -coverprofile=coverage.out -covermode=atomic -timeout 5s
- run: go test -race -coverprofile=coverage.out -covermode=atomic -timeout 60s
- uses: codecov/codecov-action@v3

0 comments on commit b889a36

Please sign in to comment.