Skip to content

Commit 19ab3db

Browse files
committed
fixing test workflow error in opensource
1 parent 44bebff commit 19ab3db

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/allcov.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
- name: Baseline for later scripted manual setup of go1.20
2222
uses: actions/setup-go@v4
2323
with:
24-
go-version: 1.19
24+
go-version: 1.20.14
2525
- name: allCovSh
2626
run: tests/unittest/allcover.sh
27-
- uses: actions/upload-artifact@v3
27+
- uses: actions/upload-artifact@v4
2828
with:
2929
name: coverage web page
3030
path: /home/runner/go/allcover.htm

.github/workflows/gv-oracle.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
- name: Set up Go
2222
uses: actions/setup-go@v3
2323
with:
24-
go-version: 1.15
24+
go-version: 1.20.14
2525
- name: System Test
2626
run: tests/unittest3/testall.sh

0 commit comments

Comments
 (0)