]> 127.0.0.1 Git - forward/.git/commitdiff
1
authorqydysky <qydysky@foxmail.com>
Tue, 25 Mar 2025 15:41:35 +0000 (23:41 +0800)
committerqydysky <qydysky@foxmail.com>
Tue, 25 Mar 2025 15:41:35 +0000 (23:41 +0800)
.github/workflows/go.yml

index b803ca9cf3141ae7ea3103a20d8560e6f92cb80a..1907ea11cabec4dd9a58158c9e3b3f54ce134154 100644 (file)
@@ -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