Update Go version to 1.24.0

This commit is contained in:
Owen Mansel-Chan
2025-02-11 22:15:05 +00:00
committed by GitHub
parent 7b5dd253ad
commit 683c0f5360
6 changed files with 6 additions and 6 deletions

View File

@@ -82,7 +82,7 @@ jobs:
setup-kotlin: 'true'
- uses: actions/setup-go@v5
with:
go-version: 1.24.0-rc.3
go-version: ~1.24.0
# 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

@@ -82,7 +82,7 @@ jobs:
setup-kotlin: 'true'
- uses: actions/setup-go@v5
with:
go-version: 1.24.0-rc.3
go-version: ~1.24.0
# 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

@@ -82,7 +82,7 @@ jobs:
setup-kotlin: 'true'
- uses: actions/setup-go@v5
with:
go-version: 1.24.0-rc.3
go-version: ~1.24.0
# to avoid potentially misleading autobuilder results where we expect it to download
# dependencies successfully, but they actually come from a warm cache
cache: false