diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-05-26 13:01:49 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-26 13:01:49 +0800 |
commit | 551b83afab85f2911410a6fa994fe5cc883d8804 (patch) | |
tree | 8739e039db39324cd86a92a39eea1602d0e259c8 /.github/workflows | |
parent | 1c167b96a35a58990f777025914283b492d0785f (diff) |
This update dependencies module and GitHub Action settings
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/go.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index bc5db46..a81d404 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -31,7 +31,7 @@ jobs: run: env GO111MODULE=on go test -v -timeout 30m -race ./... -coverprofile=coverage.txt -covermode=atomic - name: Codecov - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v3 with: file: coverage.txt flags: unittests |