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 | |
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')
-rw-r--r-- | .github/dependabot.yml | 5 | ||||
-rw-r--r-- | .github/workflows/go.yml | 2 |
2 files changed, 2 insertions, 5 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index dfefea1..e49472e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,7 +4,4 @@ updates: directory: / schedule: interval: monthly -- package-ecosystem: gomod - directory: / - schedule: - interval: monthly +
\ No newline at end of file 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 |