Bump Go CI version

This commit is contained in:
Ola
2023-07-01 12:26:48 +02:00
parent 508deabf24
commit b889a36745
+2 -2
View File
@@ -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