Skip to content

Commit 5a0ca1c

Browse files
authored
chore(CI): add go v1.20
1 parent c729683 commit 5a0ca1c

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
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
matrix:
2424
os: [ubuntu-latest]
25-
go: [1.17, 1.18, 1.19]
25+
go: [1.17, 1.18, 1.19, '1.20']
2626
include:
2727
- os: ubuntu-latest
2828
go-build: ~/.cache/go-build

0 commit comments

Comments
 (0)