We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 253b03c commit 6838e34Copy full SHA for 6838e34
.github/workflows/go-coverage.yml
@@ -11,10 +11,10 @@ jobs:
11
build:
12
runs-on: ubuntu-latest
13
steps:
14
- - uses: actions/checkout@v2
15
- - uses: actions/setup-go@v2
+ - uses: actions/checkout@v4
+ - uses: actions/setup-go@v5
16
with:
17
- go-version: 1.19.3
+ go-version: '1.20'
18
- name: Run go test with coverage
19
run: COVER_PROFILE=coverage.txt make test
20
- name: Codecov upload
netlify.toml
@@ -4,7 +4,7 @@ command = "make -C docs/book build"
4
publish = "docs/book/book"
5
6
[build.environment]
7
-GO_VERSION = "1.19"
+GO_VERSION = "1.20"
8
9
# Standard Netlify redirects
10
[[redirects]]
0 commit comments