diff --git a/.github/workflows/__go-indirect-tracing-workaround-diagnostic.yml b/.github/workflows/__go-indirect-tracing-workaround-diagnostic.yml index 1726950ad6..2f7caf34b7 100644 --- a/.github/workflows/__go-indirect-tracing-workaround-diagnostic.yml +++ b/.github/workflows/__go-indirect-tracing-workaround-diagnostic.yml @@ -28,7 +28,7 @@ jobs: matrix: include: - os: ubuntu-latest - version: stable-v2.14.6 + version: default name: 'Go: diagnostic when Go is changed after init step' permissions: contents: read diff --git a/.github/workflows/__go-indirect-tracing-workaround-no-file-program.yml b/.github/workflows/__go-indirect-tracing-workaround-no-file-program.yml index a1d1aa24d1..03d48d86d0 100644 --- a/.github/workflows/__go-indirect-tracing-workaround-no-file-program.yml +++ b/.github/workflows/__go-indirect-tracing-workaround-no-file-program.yml @@ -28,7 +28,7 @@ jobs: matrix: include: - os: ubuntu-latest - version: stable-v2.14.6 + version: default name: 'Go: diagnostic when `file` is not installed' permissions: contents: read diff --git a/.github/workflows/__go-indirect-tracing-workaround.yml b/.github/workflows/__go-indirect-tracing-workaround.yml index 9f7e06e59e..b5924bca17 100644 --- a/.github/workflows/__go-indirect-tracing-workaround.yml +++ b/.github/workflows/__go-indirect-tracing-workaround.yml @@ -28,7 +28,7 @@ jobs: matrix: include: - os: ubuntu-latest - version: stable-v2.14.6 + version: default name: 'Go: workaround for indirect tracing' permissions: contents: read diff --git a/pr-checks/checks/go-indirect-tracing-workaround-diagnostic.yml b/pr-checks/checks/go-indirect-tracing-workaround-diagnostic.yml index 39966b52cd..0638262bfe 100644 --- a/pr-checks/checks/go-indirect-tracing-workaround-diagnostic.yml +++ b/pr-checks/checks/go-indirect-tracing-workaround-diagnostic.yml @@ -3,7 +3,7 @@ description: "Checks that we emit a diagnostic if Go is changed after the init s # only Linux is affected operatingSystems: ["ubuntu"] # pinned to a version which does not support statically linked binaries for indirect tracing -versions: ["stable-v2.14.6"] +versions: ["default"] steps: - uses: actions/setup-go@v5 with: diff --git a/pr-checks/checks/go-indirect-tracing-workaround-no-file-program.yml b/pr-checks/checks/go-indirect-tracing-workaround-no-file-program.yml index 8f90bbde57..e7e6ee9a0a 100644 --- a/pr-checks/checks/go-indirect-tracing-workaround-no-file-program.yml +++ b/pr-checks/checks/go-indirect-tracing-workaround-no-file-program.yml @@ -3,7 +3,7 @@ description: "Checks that we emit a diagnostic if the `file` program is not inst # only Linux is affected operatingSystems: ["ubuntu"] # pinned to a version which does not support statically linked binaries for indirect tracing -versions: ["stable-v2.14.6"] +versions: ["default"] steps: - uses: actions/setup-go@v5 with: diff --git a/pr-checks/checks/go-indirect-tracing-workaround.yml b/pr-checks/checks/go-indirect-tracing-workaround.yml index 14dfb39985..fff42da97a 100644 --- a/pr-checks/checks/go-indirect-tracing-workaround.yml +++ b/pr-checks/checks/go-indirect-tracing-workaround.yml @@ -3,7 +3,7 @@ description: "Checks that our workaround for indirect tracing for Go 1.21+ on Li # only Linux is affected operatingSystems: ["ubuntu"] # pinned to a version which does not support statically linked binaries for indirect tracing -versions: ["stable-v2.14.6"] +versions: ["default"] steps: - uses: actions/setup-go@v5 with: