summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yml5
-rw-r--r--.github/workflows/go.yml2
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