From d3fd1c0827732d925f23afa11d9ce4cfb061dc52 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Sun, 9 Jul 2023 11:07:59 +0800 Subject: [PATCH] ci(go): update GitHub workflow and test configurations - Remove Go version `1.17` from the GitHub workflow configuration 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 90b63c1..65e80b1 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -27,7 +27,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - go: [1.17, 1.18, 1.19, '1.20'] + go: [1.18, 1.19, '1.20'] include: - os: ubuntu-latest go-build: ~/.cache/go-build