From 7e9bf4b84b70b4d229ff52e73f683f91bcdcd7a8 Mon Sep 17 00:00:00 2001 From: criyle Date: Thu, 14 Aug 2025 03:51:22 +0000 Subject: [PATCH] ci: bump to go1.25 --- .github/workflows/build.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2ba7acd..76384b6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,7 +22,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: "1.24" + go-version: "1.25" cache-dependency-path: | go.sum - name: Remove unsupported tags @@ -78,5 +78,3 @@ jobs: with: name: go-judge-shell_${{ matrix.os == 'darwin' && 'macos' || matrix.os }}_${{ matrix.arch }} path: dist/go-judge-shell_${{ matrix.os }}_${{ matrix.arch }}/go-judge-shell${{ matrix.os == 'windows' && '.exe' || ''}} - -