Skip to content

Commit a3e9130

Browse files
committedFeb 5, 2023
chore(CI): add go1.20
Signed-off-by: Bo-Yi.Wu <appleboy.tw@gmail.com>
1 parent f364bfe commit a3e9130

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
matrix:
2929
os: [ubuntu-latest, macos-latest]
30-
go: [1.17, 1.18, 1.19]
30+
go: [1.17, 1.18, 1.19, '1.20']
3131
include:
3232
- os: ubuntu-latest
3333
go-build: ~/.cache/go-build

0 commit comments

Comments
 (0)