Skip to content

Commit 827f9a7

Browse files
authored
Update main.yml
upgrade go version to 1.20.14 Signed-off-by: Steven Zou <[email protected]>
1 parent 82db3cc commit 827f9a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
with:
1919
path: ${{ github.repository }}
2020

21-
- name: Set up Go 1.19
21+
- name: Set up Go 1.20
2222
uses: actions/setup-go@v1
2323
with:
24-
go-version: 1.19.3
24+
go-version: 1.20.14
2525
id: go
2626

2727
- name: Config Go env
@@ -72,4 +72,4 @@ jobs:
7272
uses: codecov/codecov-action@v3
7373
with:
7474
file: ${{ github.repository }}/cnsi-portal/coverage/icov.info
75-
flags: unittests
75+
flags: unittests

0 commit comments

Comments
 (0)