From 1d4d763c466baba52cec2fab49539f903fda7373 Mon Sep 17 00:00:00 2001 From: lwch Date: Tue, 19 Dec 2023 10:31:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9actions=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 046c67d..95f6def 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,9 +19,8 @@ jobs: - macos-11 - macos-12 go: - - '1.18' - - '1.19' - '1.20' + - '1.21' steps: - uses: actions/checkout@v3