From 9ed8b1a9f1ee17d514414e5f31e9962bd5101856 Mon Sep 17 00:00:00 2001 From: bjdgyc <bjdgyc@163.com> Date: Mon, 22 Jan 2024 15:12:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=AF=81=E4=B9=A6=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/go-update.yml | 2 +- .github/workflows/go.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go-update.yml b/.github/workflows/go-update.yml index 326b5fc..99e547b 100644 --- a/.github/workflows/go-update.yml +++ b/.github/workflows/go-update.yml @@ -10,7 +10,7 @@ jobs: - name: Setup Go 1.x.y uses: actions/setup-go@main with: - go-version: ^1.20 + go-version: '1.20' stable: true - name: Checkout codebase diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index b40a226..bac4ed2 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -17,7 +17,7 @@ jobs: uses: actions/setup-go@v4 id: go with: - go-version: ^1.20 + go-version: '1.20' stable: true - name: Check out code into the Go module directory