Update to rc2
This commit is contained in:
parent
695f3263e3
commit
0d043c929c
6 changed files with 6 additions and 6 deletions
2
.github/workflows/__go-tracing-autobuilder.yml
generated
vendored
2
.github/workflows/__go-tracing-autobuilder.yml
generated
vendored
|
|
@ -82,7 +82,7 @@ jobs:
|
|||
setup-kotlin: 'true'
|
||||
- uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: 1.24.0-rc.1
|
||||
go-version: 1.24.0-rc.2
|
||||
# to avoid potentially misleading autobuilder results where we expect it to download
|
||||
# dependencies successfully, but they actually come from a warm cache
|
||||
cache: false
|
||||
|
|
|
|||
2
.github/workflows/__go-tracing-custom-build-steps.yml
generated
vendored
2
.github/workflows/__go-tracing-custom-build-steps.yml
generated
vendored
|
|
@ -82,7 +82,7 @@ jobs:
|
|||
setup-kotlin: 'true'
|
||||
- uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: 1.24.0-rc.1
|
||||
go-version: 1.24.0-rc.2
|
||||
# to avoid potentially misleading autobuilder results where we expect it to download
|
||||
# dependencies successfully, but they actually come from a warm cache
|
||||
cache: false
|
||||
|
|
|
|||
2
.github/workflows/__go-tracing-legacy-workflow.yml
generated
vendored
2
.github/workflows/__go-tracing-legacy-workflow.yml
generated
vendored
|
|
@ -82,7 +82,7 @@ jobs:
|
|||
setup-kotlin: 'true'
|
||||
- uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: 1.24.0-rc.1
|
||||
go-version: 1.24.0-rc.2
|
||||
# to avoid potentially misleading autobuilder results where we expect it to download
|
||||
# dependencies successfully, but they actually come from a warm cache
|
||||
cache: false
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ env:
|
|||
steps:
|
||||
- uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: "1.24.0-rc.1"
|
||||
go-version: "1.24.0-rc.2"
|
||||
# to avoid potentially misleading autobuilder results where we expect it to download
|
||||
# dependencies successfully, but they actually come from a warm cache
|
||||
cache: false
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ operatingSystems: ["ubuntu", "macos"]
|
|||
steps:
|
||||
- uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: "1.24.0-rc.1"
|
||||
go-version: "1.24.0-rc.2"
|
||||
# to avoid potentially misleading autobuilder results where we expect it to download
|
||||
# dependencies successfully, but they actually come from a warm cache
|
||||
cache: false
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ env:
|
|||
steps:
|
||||
- uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: "1.24.0-rc.1"
|
||||
go-version: "1.24.0-rc.2"
|
||||
# to avoid potentially misleading autobuilder results where we expect it to download
|
||||
# dependencies successfully, but they actually come from a warm cache
|
||||
cache: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue