diff --git a/.github/workflows/__all-platform-bundle.yml b/.github/workflows/__all-platform-bundle.yml index ef28688e2a..ff3ea8496f 100644 --- a/.github/workflows/__all-platform-bundle.yml +++ b/.github/workflows/__all-platform-bundle.yml @@ -48,7 +48,7 @@ jobs: - name: Install Go uses: actions/setup-go@v5 with: - go-version: '>=1.21.0' + go-version: 1.25.0 cache: false - id: init uses: ./../action/init diff --git a/.github/workflows/__analyze-ref-input.yml b/.github/workflows/__analyze-ref-input.yml index 4f1a13e1ab..86c034c936 100644 --- a/.github/workflows/__analyze-ref-input.yml +++ b/.github/workflows/__analyze-ref-input.yml @@ -52,7 +52,7 @@ jobs: - name: Install Go uses: actions/setup-go@v5 with: - go-version: '>=1.21.0' + go-version: 1.25.0 cache: false - uses: ./../action/init with: diff --git a/.github/workflows/__build-mode-manual.yml b/.github/workflows/__build-mode-manual.yml index d874c5a615..84ea6aa950 100644 --- a/.github/workflows/__build-mode-manual.yml +++ b/.github/workflows/__build-mode-manual.yml @@ -48,7 +48,7 @@ jobs: - name: Install Go uses: actions/setup-go@v5 with: - go-version: '>=1.21.0' + go-version: 1.25.0 cache: false - uses: ./../action/init id: init diff --git a/.github/workflows/__export-file-baseline-information.yml b/.github/workflows/__export-file-baseline-information.yml index 84109b3dd1..6a0d905fb6 100644 --- a/.github/workflows/__export-file-baseline-information.yml +++ b/.github/workflows/__export-file-baseline-information.yml @@ -52,7 +52,7 @@ jobs: - name: Install Go uses: actions/setup-go@v5 with: - go-version: '>=1.21.0' + go-version: 1.25.0 cache: false - uses: ./../action/init id: init diff --git a/.github/workflows/__go-custom-queries.yml b/.github/workflows/__go-custom-queries.yml index 6e0336ebc4..4d6fec56ae 100644 --- a/.github/workflows/__go-custom-queries.yml +++ b/.github/workflows/__go-custom-queries.yml @@ -50,7 +50,7 @@ jobs: - name: Install Go uses: actions/setup-go@v5 with: - go-version: '>=1.21.0' + go-version: 1.25.0 cache: false - uses: ./../action/init with: diff --git a/.github/workflows/__go-indirect-tracing-workaround-diagnostic.yml b/.github/workflows/__go-indirect-tracing-workaround-diagnostic.yml index e64d55f6f0..b45885d426 100644 --- a/.github/workflows/__go-indirect-tracing-workaround-diagnostic.yml +++ b/.github/workflows/__go-indirect-tracing-workaround-diagnostic.yml @@ -48,7 +48,7 @@ jobs: - name: Install Go uses: actions/setup-go@v5 with: - go-version: '>=1.21.0' + go-version: 1.25.0 cache: false - uses: ./../action/init with: 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 0cfe7033a8..71026ef04b 100644 --- a/.github/workflows/__go-indirect-tracing-workaround-no-file-program.yml +++ b/.github/workflows/__go-indirect-tracing-workaround-no-file-program.yml @@ -48,7 +48,7 @@ jobs: - name: Install Go uses: actions/setup-go@v5 with: - go-version: '>=1.21.0' + go-version: 1.25.0 cache: false - name: Remove `file` program run: | diff --git a/.github/workflows/__go-indirect-tracing-workaround.yml b/.github/workflows/__go-indirect-tracing-workaround.yml index 3f312343f1..02e8f7c6fa 100644 --- a/.github/workflows/__go-indirect-tracing-workaround.yml +++ b/.github/workflows/__go-indirect-tracing-workaround.yml @@ -48,7 +48,7 @@ jobs: - name: Install Go uses: actions/setup-go@v5 with: - go-version: '>=1.21.0' + go-version: 1.25.0 cache: false - uses: ./../action/init with: diff --git a/.github/workflows/__go-tracing-autobuilder.yml b/.github/workflows/__go-tracing-autobuilder.yml index e464ca6ac8..4f3e256c3c 100644 --- a/.github/workflows/__go-tracing-autobuilder.yml +++ b/.github/workflows/__go-tracing-autobuilder.yml @@ -78,7 +78,7 @@ jobs: - name: Install Go uses: actions/setup-go@v5 with: - go-version: '>=1.21.0' + go-version: 1.25.0 cache: false - uses: ./../action/init with: diff --git a/.github/workflows/__go-tracing-custom-build-steps.yml b/.github/workflows/__go-tracing-custom-build-steps.yml index 28206a75e5..cf52a086e8 100644 --- a/.github/workflows/__go-tracing-custom-build-steps.yml +++ b/.github/workflows/__go-tracing-custom-build-steps.yml @@ -78,7 +78,7 @@ jobs: - name: Install Go uses: actions/setup-go@v5 with: - go-version: '>=1.21.0' + go-version: 1.25.0 cache: false - uses: ./../action/init with: diff --git a/.github/workflows/__go-tracing-legacy-workflow.yml b/.github/workflows/__go-tracing-legacy-workflow.yml index 51506f8530..4cae350b6d 100644 --- a/.github/workflows/__go-tracing-legacy-workflow.yml +++ b/.github/workflows/__go-tracing-legacy-workflow.yml @@ -78,7 +78,7 @@ jobs: - name: Install Go uses: actions/setup-go@v5 with: - go-version: '>=1.21.0' + go-version: 1.25.0 cache: false - uses: ./../action/init with: diff --git a/.github/workflows/__multi-language-autodetect.yml b/.github/workflows/__multi-language-autodetect.yml index 3f201592c1..beb61038db 100644 --- a/.github/workflows/__multi-language-autodetect.yml +++ b/.github/workflows/__multi-language-autodetect.yml @@ -78,7 +78,7 @@ jobs: - name: Install Go uses: actions/setup-go@v5 with: - go-version: '>=1.21.0' + go-version: 1.25.0 cache: false - uses: ./../action/init id: init diff --git a/.github/workflows/__packaging-codescanning-config-inputs-js.yml b/.github/workflows/__packaging-codescanning-config-inputs-js.yml index 0d683faae9..9160db3322 100644 --- a/.github/workflows/__packaging-codescanning-config-inputs-js.yml +++ b/.github/workflows/__packaging-codescanning-config-inputs-js.yml @@ -64,7 +64,7 @@ jobs: - name: Install Go uses: actions/setup-go@v5 with: - go-version: '>=1.21.0' + go-version: 1.25.0 cache: false - uses: ./../action/init with: diff --git a/.github/workflows/__packaging-config-inputs-js.yml b/.github/workflows/__packaging-config-inputs-js.yml index 559c445bf9..ef2025dc2c 100644 --- a/.github/workflows/__packaging-config-inputs-js.yml +++ b/.github/workflows/__packaging-config-inputs-js.yml @@ -64,7 +64,7 @@ jobs: - name: Install Go uses: actions/setup-go@v5 with: - go-version: '>=1.21.0' + go-version: 1.25.0 cache: false - uses: ./../action/init with: diff --git a/.github/workflows/__packaging-config-js.yml b/.github/workflows/__packaging-config-js.yml index b78f87b0f5..8439007a46 100644 --- a/.github/workflows/__packaging-config-js.yml +++ b/.github/workflows/__packaging-config-js.yml @@ -64,7 +64,7 @@ jobs: - name: Install Go uses: actions/setup-go@v5 with: - go-version: '>=1.21.0' + go-version: 1.25.0 cache: false - uses: ./../action/init with: diff --git a/.github/workflows/__packaging-inputs-js.yml b/.github/workflows/__packaging-inputs-js.yml index 2498ae88fd..586adc0843 100644 --- a/.github/workflows/__packaging-inputs-js.yml +++ b/.github/workflows/__packaging-inputs-js.yml @@ -64,7 +64,7 @@ jobs: - name: Install Go uses: actions/setup-go@v5 with: - go-version: '>=1.21.0' + go-version: 1.25.0 cache: false - uses: ./../action/init with: diff --git a/.github/workflows/__remote-config.yml b/.github/workflows/__remote-config.yml index a84450aa37..3ec3da44a1 100644 --- a/.github/workflows/__remote-config.yml +++ b/.github/workflows/__remote-config.yml @@ -50,7 +50,7 @@ jobs: - name: Install Go uses: actions/setup-go@v5 with: - go-version: '>=1.21.0' + go-version: 1.25.0 cache: false - uses: ./../action/init with: diff --git a/.github/workflows/__split-workflow.yml b/.github/workflows/__split-workflow.yml index 2b77027fd6..99d9a98972 100644 --- a/.github/workflows/__split-workflow.yml +++ b/.github/workflows/__split-workflow.yml @@ -58,7 +58,7 @@ jobs: - name: Install Go uses: actions/setup-go@v5 with: - go-version: '>=1.21.0' + go-version: 1.25.0 cache: false - uses: ./../action/init with: diff --git a/.github/workflows/__swift-custom-build.yml b/.github/workflows/__swift-custom-build.yml index 82d5e76a2c..01ed8558db 100644 --- a/.github/workflows/__swift-custom-build.yml +++ b/.github/workflows/__swift-custom-build.yml @@ -52,7 +52,7 @@ jobs: - name: Install Go uses: actions/setup-go@v5 with: - go-version: '>=1.21.0' + go-version: 1.25.0 cache: false - uses: ./../action/init id: init diff --git a/.github/workflows/__test-local-codeql.yml b/.github/workflows/__test-local-codeql.yml index 5ce47823be..a09353b0af 100644 --- a/.github/workflows/__test-local-codeql.yml +++ b/.github/workflows/__test-local-codeql.yml @@ -48,7 +48,7 @@ jobs: - name: Install Go uses: actions/setup-go@v5 with: - go-version: '>=1.21.0' + go-version: 1.25.0 cache: false - name: Fetch a CodeQL bundle shell: bash diff --git a/.github/workflows/__unset-environment.yml b/.github/workflows/__unset-environment.yml index dd80c93d34..5bd97996da 100644 --- a/.github/workflows/__unset-environment.yml +++ b/.github/workflows/__unset-environment.yml @@ -50,7 +50,7 @@ jobs: - name: Install Go uses: actions/setup-go@v5 with: - go-version: '>=1.21.0' + go-version: 1.25.0 cache: false - uses: ./../action/init id: init diff --git a/.github/workflows/__upload-quality-sarif.yml b/.github/workflows/__upload-quality-sarif.yml index 0c559884f3..4bb11b264d 100644 --- a/.github/workflows/__upload-quality-sarif.yml +++ b/.github/workflows/__upload-quality-sarif.yml @@ -52,7 +52,7 @@ jobs: - name: Install Go uses: actions/setup-go@v5 with: - go-version: '>=1.21.0' + go-version: 1.25.0 cache: false - uses: ./../action/init with: diff --git a/.github/workflows/__upload-ref-sha-input.yml b/.github/workflows/__upload-ref-sha-input.yml index 28f5ec5738..d225a95c37 100644 --- a/.github/workflows/__upload-ref-sha-input.yml +++ b/.github/workflows/__upload-ref-sha-input.yml @@ -52,7 +52,7 @@ jobs: - name: Install Go uses: actions/setup-go@v5 with: - go-version: '>=1.21.0' + go-version: 1.25.0 cache: false - uses: ./../action/init with: diff --git a/.github/workflows/__with-checkout-path.yml b/.github/workflows/__with-checkout-path.yml index 3287520c90..6c565763e4 100644 --- a/.github/workflows/__with-checkout-path.yml +++ b/.github/workflows/__with-checkout-path.yml @@ -52,7 +52,7 @@ jobs: - name: Install Go uses: actions/setup-go@v5 with: - go-version: '>=1.21.0' + go-version: 1.25.0 cache: false - name: Delete original checkout shell: bash diff --git a/pr-checks/sync.py b/pr-checks/sync.py index 01f63a2b45..71f5f75701 100755 --- a/pr-checks/sync.py +++ b/pr-checks/sync.py @@ -117,7 +117,7 @@ def writeHeader(checkStream): 'name': 'Install Go', 'uses': 'actions/setup-go@v5', 'with': { - 'go-version': '>=1.21.0', + 'go-version': '1.25.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