From 48e0d07f3916e7a27ac93f2e2821d1f2cf12fcfa Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Wed, 14 Feb 2024 12:35:50 +0800 Subject: [PATCH] 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 --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 68e08d7..da82cbd 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -26,7 +26,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - go: [1.14, 1.15, 1.16, 1.17, 1.18, 1.19, "1.20"] + go: [1.18, 1.19, "1.20", 1.21, 1.22] include: - os: ubuntu-latest go-build: ~/.cache/go-build