]> 127.0.0.1 Git - front/.git/commitdiff
1 v0.1.20250309164145
authorqydysky <qydysky@foxmail.com>
Sun, 9 Mar 2025 16:39:43 +0000 (00:39 +0800)
committerqydysky <qydysky@foxmail.com>
Sun, 9 Mar 2025 16:39:43 +0000 (00:39 +0800)
.github/workflows/main.yml

index 8caf0529b3a0ccafe1b4d68183f719c5505aa515..85d4114318781c0c22485bc25d61b6ce9318d48f 100755 (executable)
@@ -22,7 +22,7 @@ jobs:
     runs-on: ubuntu-latest
     strategy:
       matrix:
-        go: [ '1.22' ]
+        go: [ '1.24' ]
     steps:
     - name: Set up Go${{ matrix.go }}
       uses: actions/setup-go@v5
@@ -58,7 +58,7 @@ jobs:
     runs-on: windows-latest
     strategy:
       matrix:
-        go: [ '1.22' ]
+        go: [ '1.24' ]
     steps:
     - name: Set up Go${{ matrix.go }}
       uses: actions/setup-go@v5
@@ -95,7 +95,7 @@ jobs:
     runs-on: macos-latest
     strategy:
       matrix:
-        go: [ '1.22' ]
+        go: [ '1.24' ]
     steps:
     - name: Set up Go${{ matrix.go }}
       uses: actions/setup-go@v5