From 5a7aa6cdb8912661453b6d93061fb178a9681930 Mon Sep 17 00:00:00 2001 From: maidamaliziasimnw Date: Fri, 10 Jul 2026 16:32:55 +0000 Subject: [PATCH] =?UTF-8?q?fix(ci):=20CI=20=E5=9B=BA=E5=AE=9A=20Go=201.22?= =?UTF-8?q?=20=E4=BD=8E=E4=BA=8E=20go.mod=20=E8=A6=81=E6=B1=82=E7=9A=84=20?= =?UTF-8?q?1.26.1=EF=BC=8C=E6=94=B9=E7=94=A8=20go-version-file=20=E8=B7=9F?= =?UTF-8?q?=E9=9A=8F=20go.mod?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- .gitea/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 94fb619..a8347c7 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/setup-go@v5 with: - go-version: '1.22' + go-version-file: go.mod - name: Build run: go build ./... diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 531f3b5..e9a6f2d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/setup-go@v5 with: - go-version: '1.22' + go-version-file: go.mod - uses: actions/setup-node@v4 with: