Skip to content

Commit 65da231

Browse files
committed
chore(CI/CD): add go1.18 version
Signed-off-by: Bo-Yi Wu <[email protected]>
1 parent 299a728 commit 65da231

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
matrix:
2424
os: [ubuntu-latest]
25-
go: [1.13, 1.14, 1.15, 1.16, 1.17]
25+
go: [1.13, 1.14, 1.15, 1.16, 1.17, 1.18]
2626
include:
2727
- os: ubuntu-latest
2828
go-build: ~/.cache/go-build

0 commit comments

Comments
 (0)