From bbb26b0887facc6c2b71f4a8f0c761d4893dda36 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Mon, 4 Sep 2023 23:30:46 +0800 Subject: [PATCH] chore: update supported versions of Go - Update the supported versions of Go from 1.14, 1.15, 1.16, 1.17, 1.18, 1.19, '1.20' to 1.18, 1.19, '1.20', 1.21 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 feb9f7c..484e907 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] include: - os: ubuntu-latest go-build: ~/.cache/go-build