From 21c262a31e9ac70ed24fb8c05996cbcf90f639c7 Mon Sep 17 00:00:00 2001 From: wenjianzhang Date: Tue, 3 Sep 2024 22:17:11 +0800 Subject: [PATCH] =?UTF-8?q?perf=F0=9F=91=8C:=20update=20build=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 8e2fd89d1..93f860f6d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v3 with: - go-version: 1.18 + go-version: 1.21 - name: Tidy run: go mod tidy