Skip to content

Commit 9e163ee

Browse files
committed
ci: update Go versions and CI workflows
- Update supported Go versions in GitHub Actions workflow to 1.18, 1.19, "1.20", 1.21, and 1.22, removing older versions 1.14, 1.15, 1.16, and 1.17 Signed-off-by: Bo-Yi Wu <[email protected]>
1 parent 670c639 commit 9e163ee

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
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
matrix:
2828
os: [ubuntu-latest]
29-
go: [1.14, 1.15, 1.16, 1.17, 1.18, 1.19, "1.20"]
29+
go: [1.18, 1.19, "1.20", 1.21, 1.22]
3030
include:
3131
- os: ubuntu-latest
3232
go-build: ~/.cache/go-build

0 commit comments

Comments
 (0)