Browse Source

Update Go to 1.24.6

世界 2 months ago
parent
commit
9495b56772
3 changed files with 8 additions and 8 deletions
  1. 5 5
      .github/workflows/build.yml
  2. 1 1
      .github/workflows/lint.yml
  3. 2 2
      .github/workflows/linux.yml

+ 5 - 5
.github/workflows/build.yml

@@ -46,7 +46,7 @@ jobs:
       - name: Setup Go
       - name: Setup Go
         uses: actions/setup-go@v5
         uses: actions/setup-go@v5
         with:
         with:
-          go-version: ^1.24.5
+          go-version: ^1.24.6
       - name: Check input version
       - name: Check input version
         if: github.event_name == 'workflow_dispatch'
         if: github.event_name == 'workflow_dispatch'
         run: |-
         run: |-
@@ -109,7 +109,7 @@ jobs:
         if: ${{ ! matrix.legacy_go }}
         if: ${{ ! matrix.legacy_go }}
         uses: actions/setup-go@v5
         uses: actions/setup-go@v5
         with:
         with:
-          go-version: ^1.24.5
+          go-version: ^1.24.6
       - name: Cache Legacy Go
       - name: Cache Legacy Go
         if: matrix.require_legacy_go
         if: matrix.require_legacy_go
         id: cache-legacy-go
         id: cache-legacy-go
@@ -294,7 +294,7 @@ jobs:
       - name: Setup Go
       - name: Setup Go
         uses: actions/setup-go@v5
         uses: actions/setup-go@v5
         with:
         with:
-          go-version: ^1.24.5
+          go-version: ^1.24.6
       - name: Setup Android NDK
       - name: Setup Android NDK
         id: setup-ndk
         id: setup-ndk
         uses: nttld/setup-ndk@v1
         uses: nttld/setup-ndk@v1
@@ -374,7 +374,7 @@ jobs:
       - name: Setup Go
       - name: Setup Go
         uses: actions/setup-go@v5
         uses: actions/setup-go@v5
         with:
         with:
-          go-version: ^1.24.5
+          go-version: ^1.24.6
       - name: Setup Android NDK
       - name: Setup Android NDK
         id: setup-ndk
         id: setup-ndk
         uses: nttld/setup-ndk@v1
         uses: nttld/setup-ndk@v1
@@ -472,7 +472,7 @@ jobs:
         if: matrix.if
         if: matrix.if
         uses: actions/setup-go@v5
         uses: actions/setup-go@v5
         with:
         with:
-          go-version: ^1.24.5
+          go-version: ^1.24.6
       - name: Setup Xcode stable
       - name: Setup Xcode stable
         if: matrix.if && github.ref == 'refs/heads/main-next'
         if: matrix.if && github.ref == 'refs/heads/main-next'
         run: |-
         run: |-

+ 1 - 1
.github/workflows/lint.yml

@@ -28,7 +28,7 @@ jobs:
       - name: Setup Go
       - name: Setup Go
         uses: actions/setup-go@v5
         uses: actions/setup-go@v5
         with:
         with:
-          go-version: ^1.24.5
+          go-version: ^1.24.6
       - name: golangci-lint
       - name: golangci-lint
         uses: golangci/golangci-lint-action@v6
         uses: golangci/golangci-lint-action@v6
         with:
         with:

+ 2 - 2
.github/workflows/linux.yml

@@ -25,7 +25,7 @@ jobs:
       - name: Setup Go
       - name: Setup Go
         uses: actions/setup-go@v5
         uses: actions/setup-go@v5
         with:
         with:
-          go-version: ^1.24.5
+          go-version: ^1.24.6
       - name: Check input version
       - name: Check input version
         if: github.event_name == 'workflow_dispatch'
         if: github.event_name == 'workflow_dispatch'
         run: |-
         run: |-
@@ -66,7 +66,7 @@ jobs:
       - name: Setup Go
       - name: Setup Go
         uses: actions/setup-go@v5
         uses: actions/setup-go@v5
         with:
         with:
-          go-version: ^1.24.5
+          go-version: ^1.24.6
       - name: Setup Android NDK
       - name: Setup Android NDK
         if: matrix.os == 'android'
         if: matrix.os == 'android'
         uses: nttld/setup-ndk@v1
         uses: nttld/setup-ndk@v1