From 10d54f55f477fb1277c895be74beed6c8e7014d9 Mon Sep 17 00:00:00 2001 From: eric <1048315650@qq.com> Date: Wed, 24 Jul 2024 16:49:47 +0800 Subject: [PATCH] =?UTF-8?q?feat(workflows):=20go=20=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 8ef5f3e..7f1ef7a 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -12,7 +12,7 @@ jobs: ETCD_ADVERTISE_CLIENT_URLS: http://0.0.0.0:2379 strategy: matrix: - go-version: [1.19.x] + go-version: [1.21.x, 1.22.x] os: [ubuntu-latest] runs-on: ${{ matrix.os }} steps: