Update Go version

pull/184/head
Andy Wang 3 years ago
parent 121c27fe1f
commit 99c4c7730a
No known key found for this signature in database
GPG Key ID: 181B49F9F38F3374

@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '^1.15' # The Go version to download (if necessary) and use.
go-version: '^1.17' # The Go version to download (if necessary) and use.
- run: go test -race -coverprofile coverage.txt -coverpkg ./... -covermode atomic ./...
- uses: codecov/codecov-action@v1
with:

Loading…
Cancel
Save