From 20a0de63f1eb447bf22fdbdd0609c3b2abc481f5 Mon Sep 17 00:00:00 2001 From: zu1k Date: Thu, 24 Aug 2023 11:14:36 +0800 Subject: [PATCH] chore(CI): upgrade golang to 1.21 --- .github/workflows/go-release.yml | 2 +- .github/workflows/go.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go-release.yml b/.github/workflows/go-release.yml index fc21812..db12fcb 100644 --- a/.github/workflows/go-release.yml +++ b/.github/workflows/go-release.yml @@ -12,7 +12,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v3 with: - go-version: '^1.20' + go-version: '^1.21' - name: Check out code into the Go module directory uses: actions/checkout@v3 diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 8210d31..624b7cf 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -9,7 +9,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v3 with: - go-version: '^1.20' + go-version: '^1.21' - name: Check out code into the Go module directory uses: actions/checkout@v3 - name: Cache go module