Go: Use 1.24rc1 in PR checks

This commit is contained in:
Michael B. Gale 2024-12-17 15:50:18 +00:00
parent 9d599696ef
commit 7b4c9fef7d
No known key found for this signature in database
GPG key ID: FF5E2765BD00628F
6 changed files with 6 additions and 6 deletions

View file

@ -6,7 +6,7 @@ env:
steps:
- uses: actions/setup-go@v5
with:
go-version: "~1.23.0"
go-version: "1.24.0-rc.1"
# to avoid potentially misleading autobuilder results where we expect it to download
# dependencies successfully, but they actually come from a warm cache
cache: false

View file

@ -4,7 +4,7 @@ operatingSystems: ["ubuntu", "macos"]
steps:
- uses: actions/setup-go@v5
with:
go-version: "~1.23.0"
go-version: "1.24.0-rc.1"
# to avoid potentially misleading autobuilder results where we expect it to download
# dependencies successfully, but they actually come from a warm cache
cache: false

View file

@ -6,7 +6,7 @@ env:
steps:
- uses: actions/setup-go@v5
with:
go-version: "~1.23.0"
go-version: "1.24.0-rc.1"
# to avoid potentially misleading autobuilder results where we expect it to download
# dependencies successfully, but they actually come from a warm cache
cache: false