ci: update GitHub action workflow versions (#3677)

* Update build-interop-docker.yml

* Update go-generate.yml

* Update lint.yml

* Update unit.yml
This commit is contained in:
Spencer Comfort
2023-02-13 18:26:56 -05:00
committed by GitHub
parent 1f89830626
commit 0a9ceca91e
4 changed files with 9 additions and 9 deletions

View File

@@ -32,7 +32,7 @@ jobs:
TIMESCALE_FACTOR: 20
run: go run github.com/onsi/ginkgo/v2/ginkgo -r -v -race -randomize-all -randomize-suites -trace -skip-package integrationtests
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3
with:
file: coverage.txt
env_vars: OS=${{ matrix.os }}, GO=${{ matrix.go }}