From 1f1c9906058b0b471e61d4ce21cac38234074ea9 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Wed, 6 Sep 2023 23:59:38 +0800 Subject: [PATCH] chore: update supported versions of Go - Update the supported versions of Go from 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 e309667..defbdca 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -27,7 +27,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - go: [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