chore: bump go 1.19 in github action
parent
a546e5c4a5
commit
f0cce66fd2
|
@ -16,7 +16,7 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: "1.18"
|
||||
go-version: "1.19"
|
||||
check-latest: true
|
||||
cache: true
|
||||
- run: go test -race -coverprofile=coverage.out ./...
|
||||
|
|
Loading…
Reference in New Issue