From ef87876dac082dbec0a69c00e59f0dd2efac3d81 Mon Sep 17 00:00:00 2001 From: JellyTony Date: Mon, 11 Mar 2024 22:51:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20go.mod=20=E6=9C=80?= =?UTF-8?q?=E5=B0=8F=E4=BE=9D=E8=B5=96=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 2137b83..7196aaa 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -12,7 +12,7 @@ jobs: build: strategy: matrix: - go: ["1.21.0"] + go: ["1.18.0"] name: build & test runs-on: ubuntu-latest steps: