diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index 9d931136..29b3fff2 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -46,7 +46,7 @@ jobs: restore-keys: | go-linux-amd64- - run: go test -v -race -cover -coverprofile=coverage.out ./... - - uses: codecov/codecov-action@v1 + - uses: codecov/codecov-action@v2 test-platform-dependent: strategy: