We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44bebff commit 19ab3dbCopy full SHA for 19ab3db
.github/workflows/allcov.yml
@@ -21,10 +21,10 @@ jobs:
21
- name: Baseline for later scripted manual setup of go1.20
22
uses: actions/setup-go@v4
23
with:
24
- go-version: 1.19
+ go-version: 1.20.14
25
- name: allCovSh
26
run: tests/unittest/allcover.sh
27
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
28
29
name: coverage web page
30
path: /home/runner/go/allcover.htm
.github/workflows/gv-oracle.yml
@@ -21,6 +21,6 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
- go-version: 1.15
- name: System Test
run: tests/unittest3/testall.sh
0 commit comments