From: qydysky Date: Tue, 25 Mar 2025 15:41:35 +0000 (+0800) Subject: 1 X-Git-Url: http://127.0.0.1:8081/?a=commitdiff_plain;h=6cd3794e3eb4029c787882daa79f72ebb4346677;p=forward%2F.git 1 --- diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index b803ca9..1907ea1 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go: [ '1.23' ] + go: [ '1.24' ] steps: - name: Set up Go${{ matrix.go }} uses: actions/setup-go@v5 @@ -49,7 +49,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go: [ '1.23' ] + go: [ '1.24' ] steps: - name: Set up Go${{ matrix.go }} uses: actions/setup-go@v5 @@ -84,7 +84,7 @@ jobs: runs-on: windows-latest strategy: matrix: - go: [ '1.23' ] + go: [ '1.24' ] steps: - name: Set up Go${{ matrix.go }} uses: actions/setup-go@v5 @@ -120,7 +120,7 @@ jobs: runs-on: macos-latest strategy: matrix: - go: [ '1.23' ] + go: [ '1.24' ] steps: - name: Set up Go${{ matrix.go }} uses: actions/setup-go@v5