Bump Go CI version
This commit is contained in:
@@ -12,7 +12,7 @@ jobs:
|
|||||||
fetch-depth: 2
|
fetch-depth: 2
|
||||||
- uses: actions/setup-go@v3
|
- uses: actions/setup-go@v3
|
||||||
with:
|
with:
|
||||||
go-version: '1.19'
|
go-version: '1.20'
|
||||||
- run: go get -t -v ./...
|
- 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
|
- uses: codecov/codecov-action@v3
|
||||||
|
|||||||
Reference in New Issue
Block a user