From e62b2b31b5a1cbe6b8559903e8de2f356b4106d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=83=E7=9F=B3?= Date: Sat, 16 Aug 2025 18:49:16 +0800 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a2c934e7..15203baa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,7 +36,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v5 with: - go-version: '1.22' + go-version: '1.23.4' - name: Setup web run: bash build.sh dev web @@ -58,4 +58,4 @@ jobs: uses: actions/upload-artifact@v4 with: name: alist_${{ env.SHA }}_${{ matrix.target }} - path: build/* \ No newline at end of file + path: build/*