Go: Bump Go version to 1.23

This commit is contained in:
Michael B. Gale 2024-08-29 13:56:47 +01:00
parent b43ac1c23f
commit f3f8576a9d
No known key found for this signature in database
GPG key ID: FF5E2765BD00628F
6 changed files with 6 additions and 6 deletions

View file

@ -87,7 +87,7 @@ jobs:
setup-kotlin: 'true'
- uses: actions/setup-go@v5
with:
go-version: ~1.22.0
go-version: ~1.23.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

@ -87,7 +87,7 @@ jobs:
setup-kotlin: 'true'
- uses: actions/setup-go@v5
with:
go-version: ~1.22.0
go-version: ~1.23.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

@ -87,7 +87,7 @@ jobs:
setup-kotlin: 'true'
- uses: actions/setup-go@v5
with:
go-version: ~1.22.0
go-version: ~1.23.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

@ -6,7 +6,7 @@ env:
steps:
- uses: actions/setup-go@v5
with:
go-version: "~1.22.0"
go-version: "~1.23.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

@ -4,7 +4,7 @@ operatingSystems: ["ubuntu", "macos"]
steps:
- uses: actions/setup-go@v5
with:
go-version: "~1.22.0"
go-version: "~1.23.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

@ -6,7 +6,7 @@ env:
steps:
- uses: actions/setup-go@v5
with:
go-version: "~1.22.0"
go-version: "~1.23.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