diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 49da689c8..e15bf3f92 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,7 +28,7 @@ jobs: if: steps.cache.outputs.cache-hit != 'true' uses: actions/setup-go@v6 with: - go-version: ^1.25 + go-version: '1.24.9' - name: Native Build if: steps.cache.outputs.cache-hit != 'true' run: ./run lib core diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 19c8d79bd..4a816079f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: if: steps.cache.outputs.cache-hit != 'true' uses: actions/setup-go@v6 with: - go-version: ^1.24 + go-version: '1.24.9' - name: Native Build if: steps.cache.outputs.cache-hit != 'true' run: ./run lib core diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 9d600ab3c..c59e303ae 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -24,7 +24,7 @@ jobs: if: steps.cache.outputs.cache-hit != 'true' uses: actions/setup-go@v6 with: - go-version: ^1.25 + go-version: '1.24.9' - name: Native Build if: steps.cache.outputs.cache-hit != 'true' run: ./run lib core diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8e6c04b6a..2252e059d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: if: steps.cache.outputs.cache-hit != 'true' uses: actions/setup-go@v6 with: - go-version: ^1.25 + go-version: '1.24.9' - name: Native Build if: steps.cache.outputs.cache-hit != 'true' run: ./run lib core