From 324c0bde7dfbe1aa5f6205395b2c3cfd9ff78e4d Mon Sep 17 00:00:00 2001 From: wwqgtxx Date: Wed, 7 Feb 2024 18:23:18 +0800 Subject: [PATCH] chore: update golang to 1.22 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 173aeb78..922de5d7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -133,7 +133,7 @@ jobs: if: ${{ matrix.job.type!='WithoutCGO-GO120' }} uses: actions/setup-go@v5 with: - go-version: "1.21" + go-version: "1.22" check-latest: true - name: Setup Go