chore: update all CI builds to test Go 1.25rc3

Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
deadprogram
2025-08-07 08:56:52 +02:00
committed by Ron Evans
parent b33b6ce293
commit 91234060be
5 changed files with 13 additions and 13 deletions
+4 -4
View File
@@ -18,7 +18,7 @@ jobs:
# statically linked binary.
runs-on: ubuntu-latest
container:
image: golang:1.25rc2-alpine
image: golang:1.25rc3-alpine
outputs:
version: ${{ steps.version.outputs.version }}
steps:
@@ -137,7 +137,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: '1.25.0-rc.2'
go-version: '1.25.0-rc.3'
cache: true
- name: Install wasmtime
uses: bytecodealliance/actions/wasmtime/setup@v1
@@ -181,7 +181,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: '1.25.0-rc.2'
go-version: '1.25.0-rc.3'
cache: true
- name: Install Node.js
uses: actions/setup-node@v4
@@ -298,7 +298,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: '1.25.0-rc.2'
go-version: '1.25.0-rc.3'
cache: true
- name: Restore LLVM source cache
uses: actions/cache/restore@v4