diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index b3540b5a83d890..7360858b7459d6 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -193,7 +193,7 @@ RUN curl -sSL "https://awscli.amazonaws.com/awscli-exe-linux-$(arch).zip" -o aws ./aws/install --bin-dir /usr/local/bin --install-dir /usr/local/aws-cli --update && \ rm -rf awscliv2.zip ./aws -ENV GO_VERSION=1.24.13 +ENV GO_VERSION=1.25.9 ENV GOPATH=/root/go-packages ENV GOROOT=/root/go ENV PATH=$GOROOT/bin:$GOPATH/bin:$PATH diff --git a/.github/workflows/branch-build.yml b/.github/workflows/branch-build.yml index 563051e3155122..c32574a1e26d3e 100644 --- a/.github/workflows/branch-build.yml +++ b/.github/workflows/branch-build.yml @@ -112,7 +112,7 @@ jobs: cancel-in-progress: ${{ needs.configuration.outputs.is_main_branch == 'false' }} runs-on: ubuntu-latest-16-cores container: - image: eu.gcr.io/gitpod-dev-artifact/dev/dev-environment:fix-go-1-24-13-cve-2025-68121-gha.181 + image: eu.gcr.io/gitpod-dev-artifact/dev/dev-environment:ona-clc-2243-fix-cve-2026-27143-bump-go-gha.275 options: --user root steps: - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # pin@v4 @@ -140,7 +140,7 @@ jobs: (needs.configuration.outputs.is_scheduled_run != 'true') runs-on: ubuntu-latest container: - image: eu.gcr.io/gitpod-dev-artifact/dev/dev-environment:fix-go-1-24-13-cve-2025-68121-gha.181 + image: eu.gcr.io/gitpod-dev-artifact/dev/dev-environment:ona-clc-2243-fix-cve-2026-27143-bump-go-gha.275 options: --user root concurrency: group: ${{ github.ref == 'refs/heads/main' && github.run_id || github.sha }}-infrastructure @@ -187,7 +187,7 @@ jobs: ports: - 6379:6379 container: - image: eu.gcr.io/gitpod-dev-artifact/dev/dev-environment:fix-go-1-24-13-cve-2025-68121-gha.181 + image: eu.gcr.io/gitpod-dev-artifact/dev/dev-environment:ona-clc-2243-fix-cve-2026-27143-bump-go-gha.275 options: --user root env: DB_HOST: "mysql" @@ -410,7 +410,7 @@ jobs: if: needs.configuration.outputs.is_scheduled_run != 'true' runs-on: ubuntu-latest container: - image: eu.gcr.io/gitpod-dev-artifact/dev/dev-environment:fix-go-1-24-13-cve-2025-68121-gha.181 + image: eu.gcr.io/gitpod-dev-artifact/dev/dev-environment:ona-clc-2243-fix-cve-2026-27143-bump-go-gha.275 options: --user root concurrency: group: ${{ github.ref == 'refs/heads/main' && github.run_id || github.sha }}-install @@ -463,7 +463,7 @@ jobs: environment: branch-build runs-on: ubuntu-latest container: - image: eu.gcr.io/gitpod-dev-artifact/dev/dev-environment:fix-go-1-24-13-cve-2025-68121-gha.181 + image: eu.gcr.io/gitpod-dev-artifact/dev/dev-environment:ona-clc-2243-fix-cve-2026-27143-bump-go-gha.275 options: --user root if: needs.configuration.outputs.with_monitoring == 'true' && needs.configuration.outputs.is_scheduled_run != 'true' concurrency: @@ -492,7 +492,7 @@ jobs: environment: branch-build runs-on: ubuntu-latest container: - image: eu.gcr.io/gitpod-dev-artifact/dev/dev-environment:fix-go-1-24-13-cve-2025-68121-gha.181 + image: eu.gcr.io/gitpod-dev-artifact/dev/dev-environment:ona-clc-2243-fix-cve-2026-27143-bump-go-gha.275 options: --user root if: needs.configuration.outputs.with_integration_tests != '' && needs.configuration.outputs.is_scheduled_run != 'true' concurrency: diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0e4d81b3041c9b..3540fd57c3825e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -115,7 +115,7 @@ jobs: cancel-in-progress: ${{ needs.configuration.outputs.is_main_branch == 'false' }} runs-on: ubuntu-latest-16-cores container: - image: eu.gcr.io/gitpod-dev-artifact/dev/dev-environment:fix-go-1-24-13-cve-2025-68121-gha.181 + image: eu.gcr.io/gitpod-dev-artifact/dev/dev-environment:ona-clc-2243-fix-cve-2026-27143-bump-go-gha.275 options: --user root steps: - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # pin@v4 @@ -143,7 +143,7 @@ jobs: (needs.configuration.outputs.is_scheduled_run != 'true') runs-on: ubuntu-latest container: - image: eu.gcr.io/gitpod-dev-artifact/dev/dev-environment:fix-go-1-24-13-cve-2025-68121-gha.181 + image: eu.gcr.io/gitpod-dev-artifact/dev/dev-environment:ona-clc-2243-fix-cve-2026-27143-bump-go-gha.275 options: --user root concurrency: group: ${{ github.ref == 'refs/heads/main' && github.run_id || github.sha }}-infrastructure @@ -190,7 +190,7 @@ jobs: ports: - 6379:6379 container: - image: eu.gcr.io/gitpod-dev-artifact/dev/dev-environment:fix-go-1-24-13-cve-2025-68121-gha.181 + image: eu.gcr.io/gitpod-dev-artifact/dev/dev-environment:ona-clc-2243-fix-cve-2026-27143-bump-go-gha.275 options: --user root env: DB_HOST: "mysql" @@ -448,7 +448,7 @@ jobs: if: needs.configuration.outputs.is_scheduled_run != 'true' runs-on: ubuntu-latest container: - image: eu.gcr.io/gitpod-dev-artifact/dev/dev-environment:fix-go-1-24-13-cve-2025-68121-gha.181 + image: eu.gcr.io/gitpod-dev-artifact/dev/dev-environment:ona-clc-2243-fix-cve-2026-27143-bump-go-gha.275 options: --user root concurrency: group: ${{ github.ref == 'refs/heads/main' && github.run_id || github.sha }}-install @@ -501,7 +501,7 @@ jobs: environment: main-build runs-on: ubuntu-latest container: - image: eu.gcr.io/gitpod-dev-artifact/dev/dev-environment:fix-go-1-24-13-cve-2025-68121-gha.181 + image: eu.gcr.io/gitpod-dev-artifact/dev/dev-environment:ona-clc-2243-fix-cve-2026-27143-bump-go-gha.275 options: --user root if: needs.configuration.outputs.with_monitoring == 'true' && needs.configuration.outputs.is_scheduled_run != 'true' concurrency: @@ -530,7 +530,7 @@ jobs: environment: main-build runs-on: ubuntu-latest container: - image: eu.gcr.io/gitpod-dev-artifact/dev/dev-environment:fix-go-1-24-13-cve-2025-68121-gha.181 + image: eu.gcr.io/gitpod-dev-artifact/dev/dev-environment:ona-clc-2243-fix-cve-2026-27143-bump-go-gha.275 options: --user root if: needs.configuration.outputs.with_integration_tests != '' && needs.configuration.outputs.is_scheduled_run != 'true' concurrency: diff --git a/.github/workflows/code-nightly.yml b/.github/workflows/code-nightly.yml index ef3a98007ffcc8..7d68743b46bd6e 100644 --- a/.github/workflows/code-nightly.yml +++ b/.github/workflows/code-nightly.yml @@ -11,7 +11,7 @@ jobs: build: runs-on: ubuntu-latest container: - image: eu.gcr.io/gitpod-dev-artifact/dev/dev-environment:fix-go-1-24-13-cve-2025-68121-gha.181 + image: eu.gcr.io/gitpod-dev-artifact/dev/dev-environment:ona-clc-2243-fix-cve-2026-27143-bump-go-gha.275 options: --user root steps: - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # pin@v4 diff --git a/.github/workflows/ide-integration-tests.yml b/.github/workflows/ide-integration-tests.yml index f4f985b3f431ba..2f33f234f953a9 100644 --- a/.github/workflows/ide-integration-tests.yml +++ b/.github/workflows/ide-integration-tests.yml @@ -36,7 +36,7 @@ jobs: name: Configuration runs-on: ubuntu-latest container: - image: eu.gcr.io/gitpod-dev-artifact/dev/dev-environment:fix-go-1-24-13-cve-2025-68121-gha.181 + image: eu.gcr.io/gitpod-dev-artifact/dev/dev-environment:ona-clc-2243-fix-cve-2026-27143-bump-go-gha.275 options: --user root outputs: name: ${{ steps.configuration.outputs.name }} @@ -93,7 +93,7 @@ jobs: needs: [configuration] runs-on: ubuntu-latest container: - image: eu.gcr.io/gitpod-dev-artifact/dev/dev-environment:fix-go-1-24-13-cve-2025-68121-gha.181 + image: eu.gcr.io/gitpod-dev-artifact/dev/dev-environment:ona-clc-2243-fix-cve-2026-27143-bump-go-gha.275 options: --user root concurrency: group: ${{ needs.configuration.outputs.name }}-infrastructure @@ -126,7 +126,7 @@ jobs: needs: [configuration, infrastructure] runs-on: ubuntu-latest container: - image: eu.gcr.io/gitpod-dev-artifact/dev/dev-environment:fix-go-1-24-13-cve-2025-68121-gha.181 + image: eu.gcr.io/gitpod-dev-artifact/dev/dev-environment:ona-clc-2243-fix-cve-2026-27143-bump-go-gha.275 options: --user root volumes: - /var/tmp:/var/tmp @@ -216,7 +216,7 @@ jobs: if: github.event.inputs.skip_delete != 'true' && always() runs-on: ubuntu-latest container: - image: eu.gcr.io/gitpod-dev-artifact/dev/dev-environment:fix-go-1-24-13-cve-2025-68121-gha.181 + image: eu.gcr.io/gitpod-dev-artifact/dev/dev-environment:ona-clc-2243-fix-cve-2026-27143-bump-go-gha.275 options: --user root steps: - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # pin@v4 diff --git a/.github/workflows/jetbrains-auto-update-template.yml b/.github/workflows/jetbrains-auto-update-template.yml index be608ad08a3e94..25f43d6c9021f1 100644 --- a/.github/workflows/jetbrains-auto-update-template.yml +++ b/.github/workflows/jetbrains-auto-update-template.yml @@ -15,7 +15,7 @@ jobs: update-jetbrains: runs-on: ubuntu-latest container: - image: eu.gcr.io/gitpod-dev-artifact/dev/dev-environment:fix-go-1-24-13-cve-2025-68121-gha.181 + image: eu.gcr.io/gitpod-dev-artifact/dev/dev-environment:ona-clc-2243-fix-cve-2026-27143-bump-go-gha.275 options: --user root steps: - uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # pin@v2 diff --git a/.github/workflows/jetbrains-integration-test.yml b/.github/workflows/jetbrains-integration-test.yml index e066d936375c9f..dee8494f308fad 100644 --- a/.github/workflows/jetbrains-integration-test.yml +++ b/.github/workflows/jetbrains-integration-test.yml @@ -34,7 +34,7 @@ on: jobs: jetbrains-smoke-test-linux: container: - image: eu.gcr.io/gitpod-dev-artifact/dev/dev-environment:fix-go-1-24-13-cve-2025-68121-gha.181 + image: eu.gcr.io/gitpod-dev-artifact/dev/dev-environment:ona-clc-2243-fix-cve-2026-27143-bump-go-gha.275 options: --user root runs-on: ubuntu-latest steps: diff --git a/.github/workflows/preview-env-check-regressions.yml b/.github/workflows/preview-env-check-regressions.yml index a77dd7f407c82a..97ac129a6bd2d1 100644 --- a/.github/workflows/preview-env-check-regressions.yml +++ b/.github/workflows/preview-env-check-regressions.yml @@ -60,7 +60,7 @@ jobs: needs: [configuration] runs-on: ubuntu-latest container: - image: eu.gcr.io/gitpod-dev-artifact/dev/dev-environment:fix-go-1-24-13-cve-2025-68121-gha.181 + image: eu.gcr.io/gitpod-dev-artifact/dev/dev-environment:ona-clc-2243-fix-cve-2026-27143-bump-go-gha.275 options: --user root concurrency: group: ${{ needs.configuration.outputs.name }}-infrastructure @@ -93,7 +93,7 @@ jobs: if: ${{ needs.configuration.outputs.skip == 'false' }} runs-on: ubuntu-latest container: - image: eu.gcr.io/gitpod-dev-artifact/dev/dev-environment:fix-go-1-24-13-cve-2025-68121-gha.181 + image: eu.gcr.io/gitpod-dev-artifact/dev/dev-environment:ona-clc-2243-fix-cve-2026-27143-bump-go-gha.275 options: --user root volumes: - /var/tmp:/var/tmp @@ -171,7 +171,7 @@ jobs: if: always() runs-on: ubuntu-latest container: - image: eu.gcr.io/gitpod-dev-artifact/dev/dev-environment:fix-go-1-24-13-cve-2025-68121-gha.181 + image: eu.gcr.io/gitpod-dev-artifact/dev/dev-environment:ona-clc-2243-fix-cve-2026-27143-bump-go-gha.275 options: --user root steps: - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # pin@v4 diff --git a/.github/workflows/preview-env-delete.yml b/.github/workflows/preview-env-delete.yml index cdcb695ccdb6a5..9920b142a684d5 100644 --- a/.github/workflows/preview-env-delete.yml +++ b/.github/workflows/preview-env-delete.yml @@ -15,7 +15,7 @@ jobs: if: github.event.ref_type == 'branch' || github.event.inputs.name != '' runs-on: ubuntu-latest container: - image: eu.gcr.io/gitpod-dev-artifact/dev/dev-environment:fix-go-1-24-13-cve-2025-68121-gha.181 + image: eu.gcr.io/gitpod-dev-artifact/dev/dev-environment:ona-clc-2243-fix-cve-2026-27143-bump-go-gha.275 options: --user root steps: - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # pin@v4 diff --git a/.github/workflows/preview-env-gc.yml b/.github/workflows/preview-env-gc.yml index 4269c516954556..3275736e33a325 100644 --- a/.github/workflows/preview-env-gc.yml +++ b/.github/workflows/preview-env-gc.yml @@ -11,7 +11,7 @@ jobs: name: "Find stale preview environments" runs-on: ubuntu-latest container: - image: eu.gcr.io/gitpod-dev-artifact/dev/dev-environment:fix-go-1-24-13-cve-2025-68121-gha.181 + image: eu.gcr.io/gitpod-dev-artifact/dev/dev-environment:ona-clc-2243-fix-cve-2026-27143-bump-go-gha.275 options: --user root outputs: names: ${{ steps.set-matrix.outputs.names }} @@ -43,7 +43,7 @@ jobs: needs: [stale] runs-on: ubuntu-latest container: - image: eu.gcr.io/gitpod-dev-artifact/dev/dev-environment:fix-go-1-24-13-cve-2025-68121-gha.181 + image: eu.gcr.io/gitpod-dev-artifact/dev/dev-environment:ona-clc-2243-fix-cve-2026-27143-bump-go-gha.275 options: --user root if: ${{ needs.stale.outputs.count > 0 }} strategy: diff --git a/.github/workflows/workspace-integration-tests.yml b/.github/workflows/workspace-integration-tests.yml index 81e6c2cc894d68..801ab49b5d8adc 100644 --- a/.github/workflows/workspace-integration-tests.yml +++ b/.github/workflows/workspace-integration-tests.yml @@ -52,7 +52,7 @@ jobs: name: Configuration runs-on: ubuntu-latest container: - image: eu.gcr.io/gitpod-dev-artifact/dev/dev-environment:fix-go-1-24-13-cve-2025-68121-gha.181 + image: eu.gcr.io/gitpod-dev-artifact/dev/dev-environment:ona-clc-2243-fix-cve-2026-27143-bump-go-gha.275 options: --user root outputs: name: ${{ steps.configuration.outputs.name }} @@ -126,7 +126,7 @@ jobs: needs: [configuration] runs-on: ubuntu-latest container: - image: eu.gcr.io/gitpod-dev-artifact/dev/dev-environment:fix-go-1-24-13-cve-2025-68121-gha.181 + image: eu.gcr.io/gitpod-dev-artifact/dev/dev-environment:ona-clc-2243-fix-cve-2026-27143-bump-go-gha.275 options: --user root concurrency: group: ${{ needs.configuration.outputs.name }}-infrastructure @@ -159,7 +159,7 @@ jobs: needs: [configuration, infrastructure] runs-on: ubuntu-latest container: - image: eu.gcr.io/gitpod-dev-artifact/dev/dev-environment:fix-go-1-24-13-cve-2025-68121-gha.181 + image: eu.gcr.io/gitpod-dev-artifact/dev/dev-environment:ona-clc-2243-fix-cve-2026-27143-bump-go-gha.275 options: --user root steps: - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # pin@v4 @@ -183,7 +183,7 @@ jobs: if: inputs.skip_delete != 'true' && always() runs-on: ubuntu-latest container: - image: eu.gcr.io/gitpod-dev-artifact/dev/dev-environment:fix-go-1-24-13-cve-2025-68121-gha.181 + image: eu.gcr.io/gitpod-dev-artifact/dev/dev-environment:ona-clc-2243-fix-cve-2026-27143-bump-go-gha.275 options: --user root steps: - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # pin@v4 diff --git a/.gitpod.yml b/.gitpod.yml index bacd55591fcfbe..46f0569f6a35c8 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,4 +1,4 @@ -image: eu.gcr.io/gitpod-dev-artifact/dev/dev-environment:fix-go-1-24-13-cve-2025-68121-gha.181 +image: eu.gcr.io/gitpod-dev-artifact/dev/dev-environment:ona-clc-2243-fix-cve-2026-27143-bump-go-gha.275 workspaceLocation: gitpod/gitpod-ws.code-workspace checkoutLocation: gitpod ports: diff --git a/components/blobserve/go.mod b/components/blobserve/go.mod index 554cf8b85ab63d..6e85c9b6921f1c 100644 --- a/components/blobserve/go.mod +++ b/components/blobserve/go.mod @@ -2,7 +2,7 @@ module github.com/gitpod-io/gitpod/blobserve go 1.24.0 -toolchain go1.24.3 +toolchain go1.24.13 godebug tlsmlkem=0 diff --git a/components/common-go/go.mod b/components/common-go/go.mod index fbe659ff3830d0..ae1b795f3d5732 100644 --- a/components/common-go/go.mod +++ b/components/common-go/go.mod @@ -2,7 +2,7 @@ module github.com/gitpod-io/gitpod/common-go go 1.24.0 -toolchain go1.24.3 +toolchain go1.24.13 godebug tlsmlkem=0 diff --git a/components/content-service-api/go/go.mod b/components/content-service-api/go/go.mod index e2f3726f79c3cb..c728680f210a82 100644 --- a/components/content-service-api/go/go.mod +++ b/components/content-service-api/go/go.mod @@ -2,7 +2,7 @@ module github.com/gitpod-io/gitpod/content-service/api go 1.24.0 -toolchain go1.24.3 +toolchain go1.24.13 godebug tlsmlkem=0 diff --git a/components/content-service-api/typescript/util/go.mod b/components/content-service-api/typescript/util/go.mod index 23f54068989dd1..451cef55939c7e 100644 --- a/components/content-service-api/typescript/util/go.mod +++ b/components/content-service-api/typescript/util/go.mod @@ -2,7 +2,7 @@ module github.com/gitpod-io/gitpod/content-service-api/util go 1.24.0 -toolchain go1.24.3 +toolchain go1.24.13 godebug tlsmlkem=0 diff --git a/components/content-service/go.mod b/components/content-service/go.mod index 37f6bb9c003a3d..4fcbe93bda6e37 100644 --- a/components/content-service/go.mod +++ b/components/content-service/go.mod @@ -2,7 +2,7 @@ module github.com/gitpod-io/gitpod/content-service go 1.24.0 -toolchain go1.24.3 +toolchain go1.24.13 godebug tlsmlkem=0 diff --git a/components/docker-up/go.mod b/components/docker-up/go.mod index 03eea9394ffef3..e3e5d12e6d0c37 100644 --- a/components/docker-up/go.mod +++ b/components/docker-up/go.mod @@ -2,7 +2,7 @@ module github.com/gitpod-io/gitpod/docker-up go 1.24 -toolchain go1.24.3 +toolchain go1.24.13 godebug tlsmlkem=0 diff --git a/components/ee/agent-smith/cmd/testbed/go.mod b/components/ee/agent-smith/cmd/testbed/go.mod index 659c9752ae9060..6cea2e2df41c76 100644 --- a/components/ee/agent-smith/cmd/testbed/go.mod +++ b/components/ee/agent-smith/cmd/testbed/go.mod @@ -2,6 +2,6 @@ module testbed go 1.24 -toolchain go1.24.3 +toolchain go1.24.13 godebug tlsmlkem=0 diff --git a/components/ee/agent-smith/cmd/testtarget/go.mod b/components/ee/agent-smith/cmd/testtarget/go.mod index b9c7cf0df23d7f..1a54155a9536e8 100644 --- a/components/ee/agent-smith/cmd/testtarget/go.mod +++ b/components/ee/agent-smith/cmd/testtarget/go.mod @@ -2,6 +2,6 @@ module testtarget go 1.24 -toolchain go1.24.3 +toolchain go1.24.13 godebug tlsmlkem=0 diff --git a/components/ee/agent-smith/go.mod b/components/ee/agent-smith/go.mod index 79696646d2d741..b7394f8a641060 100644 --- a/components/ee/agent-smith/go.mod +++ b/components/ee/agent-smith/go.mod @@ -2,7 +2,7 @@ module github.com/gitpod-io/gitpod/agent-smith go 1.24.0 -toolchain go1.24.3 +toolchain go1.24.13 godebug tlsmlkem=0 diff --git a/components/gitpod-cli/go.mod b/components/gitpod-cli/go.mod index 9092cb2c1def19..635868af8dd84a 100644 --- a/components/gitpod-cli/go.mod +++ b/components/gitpod-cli/go.mod @@ -2,7 +2,7 @@ module github.com/gitpod-io/gitpod/gitpod-cli go 1.24.0 -toolchain go1.24.3 +toolchain go1.24.13 godebug tlsmlkem=0 diff --git a/components/gitpod-db/go/go.mod b/components/gitpod-db/go/go.mod index 0869bb1ad08fe0..dda675fce7c988 100644 --- a/components/gitpod-db/go/go.mod +++ b/components/gitpod-db/go/go.mod @@ -2,7 +2,7 @@ module github.com/gitpod-io/gitpod/components/gitpod-db/go go 1.24.0 -toolchain go1.24.3 +toolchain go1.24.13 godebug tlsmlkem=0 diff --git a/components/gitpod-protocol/go/go.mod b/components/gitpod-protocol/go/go.mod index 0b0b0c021fea5c..647340715eddf6 100644 --- a/components/gitpod-protocol/go/go.mod +++ b/components/gitpod-protocol/go/go.mod @@ -2,7 +2,7 @@ module github.com/gitpod-io/gitpod/gitpod-protocol go 1.24 -toolchain go1.24.3 +toolchain go1.24.13 godebug tlsmlkem=0 diff --git a/components/ide-metrics-api/go.mod b/components/ide-metrics-api/go.mod index 9b6b5198b97ecb..41e4d9dc3c57f1 100644 --- a/components/ide-metrics-api/go.mod +++ b/components/ide-metrics-api/go.mod @@ -2,6 +2,6 @@ module github.com/gitpod-io/generated_code_dependencies go 1.24 -toolchain go1.24.3 +toolchain go1.24.13 godebug tlsmlkem=0 diff --git a/components/ide-metrics-api/go/go.mod b/components/ide-metrics-api/go/go.mod index 2f9281d4dfc048..3c9faa6d1a0b24 100644 --- a/components/ide-metrics-api/go/go.mod +++ b/components/ide-metrics-api/go/go.mod @@ -2,7 +2,7 @@ module github.com/gitpod-io/gitpod/ide-metrics-api go 1.24.0 -toolchain go1.24.3 +toolchain go1.24.13 godebug tlsmlkem=0 diff --git a/components/ide-metrics/go.mod b/components/ide-metrics/go.mod index 93bb4334106f89..6e5459d657bc8b 100644 --- a/components/ide-metrics/go.mod +++ b/components/ide-metrics/go.mod @@ -2,7 +2,7 @@ module github.com/gitpod-io/gitpod/ide-metrics go 1.24.0 -toolchain go1.24.3 +toolchain go1.24.13 godebug tlsmlkem=0 diff --git a/components/ide-service-api/go/go.mod b/components/ide-service-api/go/go.mod index de086cc100f723..2ccac4df8201e9 100644 --- a/components/ide-service-api/go/go.mod +++ b/components/ide-service-api/go/go.mod @@ -2,7 +2,7 @@ module github.com/gitpod-io/gitpod/ide-service-api go 1.24.0 -toolchain go1.24.3 +toolchain go1.24.13 godebug tlsmlkem=0 diff --git a/components/ide-service/go.mod b/components/ide-service/go.mod index 135a0ff052be3d..6bdb1f73478f32 100644 --- a/components/ide-service/go.mod +++ b/components/ide-service/go.mod @@ -2,7 +2,7 @@ module github.com/gitpod-io/gitpod/ide-service go 1.24.0 -toolchain go1.24.3 +toolchain go1.24.13 godebug tlsmlkem=0 diff --git a/components/ide/code-desktop/status/go.mod b/components/ide/code-desktop/status/go.mod index 92ee538728f8ad..f59dc6d7e2e573 100644 --- a/components/ide/code-desktop/status/go.mod +++ b/components/ide/code-desktop/status/go.mod @@ -2,7 +2,7 @@ module github.com/gitpod-io/gitpod/code-desktop/status go 1.24.0 -toolchain go1.24.3 +toolchain go1.24.13 godebug tlsmlkem=0 diff --git a/components/ide/code/codehelper/go.mod b/components/ide/code/codehelper/go.mod index 2c63d3ddd8e288..6c7ddd85e4492b 100644 --- a/components/ide/code/codehelper/go.mod +++ b/components/ide/code/codehelper/go.mod @@ -2,7 +2,7 @@ module github.com/gitpod-io/gitpod/code/codehelper go 1.24.0 -toolchain go1.24.3 +toolchain go1.24.13 godebug tlsmlkem=0 diff --git a/components/ide/jetbrains/cli/go.mod b/components/ide/jetbrains/cli/go.mod index 57c5f08e5ec7cd..faebb343e4b47f 100644 --- a/components/ide/jetbrains/cli/go.mod +++ b/components/ide/jetbrains/cli/go.mod @@ -2,7 +2,7 @@ module github.com/gitpod-io/gitpod/jetbrains/cli go 1.24 -toolchain go1.24.3 +toolchain go1.24.13 godebug tlsmlkem=0 diff --git a/components/ide/jetbrains/launcher/go.mod b/components/ide/jetbrains/launcher/go.mod index 4d6aab9d0729a9..176b9c874510bc 100644 --- a/components/ide/jetbrains/launcher/go.mod +++ b/components/ide/jetbrains/launcher/go.mod @@ -2,7 +2,7 @@ module github.com/gitpod-io/gitpod/jetbrains/launcher go 1.24.0 -toolchain go1.24.3 +toolchain go1.24.13 godebug tlsmlkem=0 diff --git a/components/image-builder-api/go.mod b/components/image-builder-api/go.mod index 9b6b5198b97ecb..41e4d9dc3c57f1 100644 --- a/components/image-builder-api/go.mod +++ b/components/image-builder-api/go.mod @@ -2,6 +2,6 @@ module github.com/gitpod-io/generated_code_dependencies go 1.24 -toolchain go1.24.3 +toolchain go1.24.13 godebug tlsmlkem=0 diff --git a/components/image-builder-api/go/go.mod b/components/image-builder-api/go/go.mod index 6d2deb80719f94..cddce28f5bc8e5 100644 --- a/components/image-builder-api/go/go.mod +++ b/components/image-builder-api/go/go.mod @@ -2,7 +2,7 @@ module github.com/gitpod-io/gitpod/image-builder/api go 1.24.0 -toolchain go1.24.3 +toolchain go1.24.13 godebug tlsmlkem=0 diff --git a/components/image-builder-bob/go.mod b/components/image-builder-bob/go.mod index 959208ebad3c56..1055aad842aa3f 100644 --- a/components/image-builder-bob/go.mod +++ b/components/image-builder-bob/go.mod @@ -2,7 +2,7 @@ module github.com/gitpod-io/gitpod/image-builder/bob go 1.24.0 -toolchain go1.24.3 +toolchain go1.24.13 godebug tlsmlkem=0 diff --git a/components/image-builder-mk3/go.mod b/components/image-builder-mk3/go.mod index 734dd2c7daff3d..262eeb6b497d16 100644 --- a/components/image-builder-mk3/go.mod +++ b/components/image-builder-mk3/go.mod @@ -2,7 +2,7 @@ module github.com/gitpod-io/gitpod/image-builder go 1.24.0 -toolchain go1.24.3 +toolchain go1.24.13 godebug tlsmlkem=0 diff --git a/components/local-app-api/go.mod b/components/local-app-api/go.mod index 9b6b5198b97ecb..41e4d9dc3c57f1 100644 --- a/components/local-app-api/go.mod +++ b/components/local-app-api/go.mod @@ -2,6 +2,6 @@ module github.com/gitpod-io/generated_code_dependencies go 1.24 -toolchain go1.24.3 +toolchain go1.24.13 godebug tlsmlkem=0 diff --git a/components/local-app-api/go/go.mod b/components/local-app-api/go/go.mod index c18ef859603416..f8497d60896ca5 100644 --- a/components/local-app-api/go/go.mod +++ b/components/local-app-api/go/go.mod @@ -2,7 +2,7 @@ module github.com/gitpod-io/gitpod/local-app/api go 1.24.0 -toolchain go1.24.3 +toolchain go1.24.13 godebug tlsmlkem=0 diff --git a/components/node-labeler/go.mod b/components/node-labeler/go.mod index d8e200649a39b6..605fe3b8df6450 100644 --- a/components/node-labeler/go.mod +++ b/components/node-labeler/go.mod @@ -2,7 +2,7 @@ module github.com/gitpod-io/gitpod/node-labeler go 1.24.0 -toolchain go1.24.3 +toolchain go1.24.13 godebug tlsmlkem=0 diff --git a/components/openvsx-proxy/go.mod b/components/openvsx-proxy/go.mod index 4f0b27d73304f1..dbc8b834ff334a 100644 --- a/components/openvsx-proxy/go.mod +++ b/components/openvsx-proxy/go.mod @@ -2,7 +2,7 @@ module github.com/gitpod-io/gitpod/openvsx-proxy go 1.24.0 -toolchain go1.24.3 +toolchain go1.24.13 godebug tlsmlkem=0 diff --git a/components/public-api-server/go.mod b/components/public-api-server/go.mod index daa2089c3acd51..acef6c5ea249a5 100644 --- a/components/public-api-server/go.mod +++ b/components/public-api-server/go.mod @@ -2,7 +2,7 @@ module github.com/gitpod-io/gitpod/public-api-server go 1.24.0 -toolchain go1.24.3 +toolchain go1.24.13 godebug tlsmlkem=0 diff --git a/components/public-api/go/go.mod b/components/public-api/go/go.mod index bbd2fa5e999345..38345b5a4897a8 100644 --- a/components/public-api/go/go.mod +++ b/components/public-api/go/go.mod @@ -2,7 +2,7 @@ module github.com/gitpod-io/gitpod/components/public-api/go go 1.24.0 -toolchain go1.24.3 +toolchain go1.24.13 godebug tlsmlkem=0 diff --git a/components/registry-facade-api/go.mod b/components/registry-facade-api/go.mod index 9b6b5198b97ecb..41e4d9dc3c57f1 100644 --- a/components/registry-facade-api/go.mod +++ b/components/registry-facade-api/go.mod @@ -2,6 +2,6 @@ module github.com/gitpod-io/generated_code_dependencies go 1.24 -toolchain go1.24.3 +toolchain go1.24.13 godebug tlsmlkem=0 diff --git a/components/registry-facade-api/go/go.mod b/components/registry-facade-api/go/go.mod index b5f668adf207bf..aa410792a28392 100644 --- a/components/registry-facade-api/go/go.mod +++ b/components/registry-facade-api/go/go.mod @@ -2,7 +2,7 @@ module github.com/gitpod-io/gitpod/registry-facade/api go 1.24.0 -toolchain go1.24.3 +toolchain go1.24.13 godebug tlsmlkem=0 diff --git a/components/registry-facade/go.mod b/components/registry-facade/go.mod index 00f59618ecbcc8..31b864eee4f82c 100644 --- a/components/registry-facade/go.mod +++ b/components/registry-facade/go.mod @@ -2,7 +2,7 @@ module github.com/gitpod-io/gitpod/registry-facade go 1.24.0 -toolchain go1.24.3 +toolchain go1.24.13 godebug tlsmlkem=0 diff --git a/components/scrubber/go.mod b/components/scrubber/go.mod index aa5f589ff04e7f..65e28e44d9b84c 100644 --- a/components/scrubber/go.mod +++ b/components/scrubber/go.mod @@ -2,7 +2,7 @@ module github.com/gitpod-io/gitpod/components/scrubber go 1.24 -toolchain go1.24.3 +toolchain go1.24.13 godebug tlsmlkem=0 diff --git a/components/server/go/go.mod b/components/server/go/go.mod index abb18d8498ea84..5b541f7268d5e6 100644 --- a/components/server/go/go.mod +++ b/components/server/go/go.mod @@ -2,6 +2,6 @@ module github.com/gitpod-io/gitpod/server/go go 1.24 -toolchain go1.24.3 +toolchain go1.24.13 godebug tlsmlkem=0 diff --git a/components/service-waiter/go.mod b/components/service-waiter/go.mod index f2f78f43cc08f9..b720de78d6ea53 100644 --- a/components/service-waiter/go.mod +++ b/components/service-waiter/go.mod @@ -2,7 +2,7 @@ module github.com/gitpod-io/gitpod/service-waiter go 1.24.0 -toolchain go1.24.3 +toolchain go1.24.13 godebug tlsmlkem=0 diff --git a/components/spicedb/codegen/go.mod b/components/spicedb/codegen/go.mod index daa856ae3a00d8..509053ce9c29c4 100644 --- a/components/spicedb/codegen/go.mod +++ b/components/spicedb/codegen/go.mod @@ -2,7 +2,7 @@ module github.com/gitpod-io/gitpod/components/spicedb/codegen go 1.24.0 -toolchain go1.24.3 +toolchain go1.24.13 godebug tlsmlkem=0 diff --git a/components/spicedb/go.mod b/components/spicedb/go.mod index 3b95157e5ab954..612387d260862d 100644 --- a/components/spicedb/go.mod +++ b/components/spicedb/go.mod @@ -2,7 +2,7 @@ module github.com/gitpod-io/gitpod/components/spicedb go 1.24 -toolchain go1.24.3 +toolchain go1.24.13 godebug tlsmlkem=0 diff --git a/components/supervisor-api/go.mod b/components/supervisor-api/go.mod index 9b6b5198b97ecb..41e4d9dc3c57f1 100644 --- a/components/supervisor-api/go.mod +++ b/components/supervisor-api/go.mod @@ -2,6 +2,6 @@ module github.com/gitpod-io/generated_code_dependencies go 1.24 -toolchain go1.24.3 +toolchain go1.24.13 godebug tlsmlkem=0 diff --git a/components/supervisor-api/go/go.mod b/components/supervisor-api/go/go.mod index eab7c40f0c0c08..aecedd09c9a87c 100644 --- a/components/supervisor-api/go/go.mod +++ b/components/supervisor-api/go/go.mod @@ -2,7 +2,7 @@ module github.com/gitpod-io/gitpod/supervisor/api go 1.24.0 -toolchain go1.24.3 +toolchain go1.24.13 godebug tlsmlkem=0 diff --git a/components/supervisor/go.mod b/components/supervisor/go.mod index 2f7b9b6984faa2..2569ae3f4f0fff 100644 --- a/components/supervisor/go.mod +++ b/components/supervisor/go.mod @@ -2,7 +2,7 @@ module github.com/gitpod-io/gitpod/supervisor go 1.24.0 -toolchain go1.24.3 +toolchain go1.24.13 godebug tlsmlkem=0 diff --git a/components/usage-api/go/go.mod b/components/usage-api/go/go.mod index 52f5c26036ff03..0aeadf12aff3e7 100644 --- a/components/usage-api/go/go.mod +++ b/components/usage-api/go/go.mod @@ -2,7 +2,7 @@ module github.com/gitpod-io/gitpod/usage-api go 1.24.0 -toolchain go1.24.3 +toolchain go1.24.13 godebug tlsmlkem=0 diff --git a/components/usage/go.mod b/components/usage/go.mod index af352e3e4c3c85..e2553b49c61ae1 100644 --- a/components/usage/go.mod +++ b/components/usage/go.mod @@ -2,7 +2,7 @@ module github.com/gitpod-io/gitpod/usage go 1.24.0 -toolchain go1.24.3 +toolchain go1.24.13 godebug tlsmlkem=0 diff --git a/components/workspacekit/go.mod b/components/workspacekit/go.mod index 0966c64c41ff5a..120ef781e0e7fa 100644 --- a/components/workspacekit/go.mod +++ b/components/workspacekit/go.mod @@ -2,7 +2,7 @@ module github.com/gitpod-io/gitpod/workspacekit go 1.24.0 -toolchain go1.24.3 +toolchain go1.24.13 godebug tlsmlkem=0 diff --git a/components/ws-daemon-api/go.mod b/components/ws-daemon-api/go.mod index 9b6b5198b97ecb..41e4d9dc3c57f1 100644 --- a/components/ws-daemon-api/go.mod +++ b/components/ws-daemon-api/go.mod @@ -2,6 +2,6 @@ module github.com/gitpod-io/generated_code_dependencies go 1.24 -toolchain go1.24.3 +toolchain go1.24.13 godebug tlsmlkem=0 diff --git a/components/ws-daemon-api/go/go.mod b/components/ws-daemon-api/go/go.mod index ca27c1f95f13c4..1b65662232800d 100644 --- a/components/ws-daemon-api/go/go.mod +++ b/components/ws-daemon-api/go/go.mod @@ -2,7 +2,7 @@ module github.com/gitpod-io/gitpod/ws-daemon/api go 1.24.0 -toolchain go1.24.3 +toolchain go1.24.13 godebug tlsmlkem=0 diff --git a/components/ws-daemon/go.mod b/components/ws-daemon/go.mod index 7803977d95c632..d431c225c648b6 100644 --- a/components/ws-daemon/go.mod +++ b/components/ws-daemon/go.mod @@ -2,7 +2,7 @@ module github.com/gitpod-io/gitpod/ws-daemon go 1.24.0 -toolchain go1.24.3 +toolchain go1.24.13 godebug tlsmlkem=0 diff --git a/components/ws-daemon/nsinsider/go.mod b/components/ws-daemon/nsinsider/go.mod index 7431b3e417e8c9..003e02d0028b08 100644 --- a/components/ws-daemon/nsinsider/go.mod +++ b/components/ws-daemon/nsinsider/go.mod @@ -2,7 +2,7 @@ module github.com/gitpod-io/gitpod/ws-daemon/nsinsider go 1.24.0 -toolchain go1.24.3 +toolchain go1.24.13 godebug tlsmlkem=0 diff --git a/components/ws-daemon/seccomp-profile-installer/go.mod b/components/ws-daemon/seccomp-profile-installer/go.mod index 8669779dea6a36..b9099ee8b97a26 100644 --- a/components/ws-daemon/seccomp-profile-installer/go.mod +++ b/components/ws-daemon/seccomp-profile-installer/go.mod @@ -2,7 +2,7 @@ module github.com/gitpod-io/gitpod/ws-daemon/seccomp-profile-installer go 1.24.0 -toolchain go1.24.3 +toolchain go1.24.13 godebug tlsmlkem=0 diff --git a/components/ws-manager-api/go.mod b/components/ws-manager-api/go.mod index 9b6b5198b97ecb..41e4d9dc3c57f1 100644 --- a/components/ws-manager-api/go.mod +++ b/components/ws-manager-api/go.mod @@ -2,6 +2,6 @@ module github.com/gitpod-io/generated_code_dependencies go 1.24 -toolchain go1.24.3 +toolchain go1.24.13 godebug tlsmlkem=0 diff --git a/components/ws-manager-api/go/go.mod b/components/ws-manager-api/go/go.mod index 3cbb5d6db6d7e8..d423fe50338bca 100644 --- a/components/ws-manager-api/go/go.mod +++ b/components/ws-manager-api/go/go.mod @@ -2,7 +2,7 @@ module github.com/gitpod-io/gitpod/ws-manager/api go 1.24.0 -toolchain go1.24.3 +toolchain go1.24.13 godebug tlsmlkem=0 diff --git a/components/ws-manager-bridge-api/go/go.mod b/components/ws-manager-bridge-api/go/go.mod index 8371503e89ddaf..85f1f62c84a6a9 100644 --- a/components/ws-manager-bridge-api/go/go.mod +++ b/components/ws-manager-bridge-api/go/go.mod @@ -2,7 +2,7 @@ module github.com/gitpod-io/gitpod/ws-manager-bridge/api go 1.24.0 -toolchain go1.24.3 +toolchain go1.24.13 godebug tlsmlkem=0 diff --git a/components/ws-manager-mk2/go.mod b/components/ws-manager-mk2/go.mod index c1d8a5cbaf5106..6e43c910f16aab 100644 --- a/components/ws-manager-mk2/go.mod +++ b/components/ws-manager-mk2/go.mod @@ -2,7 +2,7 @@ module github.com/gitpod-io/gitpod/ws-manager-mk2 go 1.24.0 -toolchain go1.24.3 +toolchain go1.24.13 godebug tlsmlkem=0 diff --git a/components/ws-proxy/go.mod b/components/ws-proxy/go.mod index df18722ce8e587..0bd610c15ba107 100644 --- a/components/ws-proxy/go.mod +++ b/components/ws-proxy/go.mod @@ -2,7 +2,7 @@ module github.com/gitpod-io/gitpod/ws-proxy go 1.24.0 -toolchain go1.24.3 +toolchain go1.24.13 godebug tlsmlkem=0 diff --git a/dev/addlicense/go.mod b/dev/addlicense/go.mod index d1d0fbdde70ab4..b21d01d031fc3f 100644 --- a/dev/addlicense/go.mod +++ b/dev/addlicense/go.mod @@ -2,7 +2,7 @@ module github.com/google/addlicense go 1.24 -toolchain go1.24.3 +toolchain go1.24.13 godebug tlsmlkem=0 diff --git a/dev/blowtorch/go.mod b/dev/blowtorch/go.mod index bc3592e9e9ec8c..92d6862584dd3d 100644 --- a/dev/blowtorch/go.mod +++ b/dev/blowtorch/go.mod @@ -2,7 +2,7 @@ module github.com/gitpod-io/gitpod/blowtorch go 1.24 -toolchain go1.24.3 +toolchain go1.24.13 godebug tlsmlkem=0 diff --git a/dev/changelog/go.mod b/dev/changelog/go.mod index 50f59446e738b2..a29392322b0cad 100644 --- a/dev/changelog/go.mod +++ b/dev/changelog/go.mod @@ -2,7 +2,7 @@ module github.com/gitpod-io/gitpod/changelog go 1.24 -toolchain go1.24.3 +toolchain go1.24.13 godebug tlsmlkem=0 diff --git a/dev/gp-gcloud/go.mod b/dev/gp-gcloud/go.mod index a007750eebb900..162f2d56c648be 100644 --- a/dev/gp-gcloud/go.mod +++ b/dev/gp-gcloud/go.mod @@ -2,7 +2,7 @@ module github.com/gitpod-io/gitpod/gp-gcloud go 1.24.0 -toolchain go1.24.3 +toolchain go1.24.13 godebug tlsmlkem=0 diff --git a/dev/gpctl/go.mod b/dev/gpctl/go.mod index 02fde2b2f907c6..69632d5c430b14 100644 --- a/dev/gpctl/go.mod +++ b/dev/gpctl/go.mod @@ -2,7 +2,7 @@ module github.com/gitpod-io/gitpod/gpctl go 1.24.0 -toolchain go1.24.3 +toolchain go1.24.13 godebug tlsmlkem=0 diff --git a/dev/image/Dockerfile b/dev/image/Dockerfile index 538451684b3b4c..72e3810757d6a3 100644 --- a/dev/image/Dockerfile +++ b/dev/image/Dockerfile @@ -4,14 +4,14 @@ FROM gitpod/workspace-gitpod-dev:latest -ENV TRIGGER_REBUILD 45 +ENV TRIGGER_REBUILD 46 USER root ### Go ### # Pin Go version explicitly to ensure all CI-built binaries use a -# non-vulnerable toolchain (CVE-2025-68121 requires >= 1.24.13). -ENV GO_VERSION=1.24.13 +# non-vulnerable toolchain (CVE-2026-27143 requires >= 1.25.9). +ENV GO_VERSION=1.25.9 RUN rm -rf /usr/local/go /home/gitpod/go /home/gitpod/.cache/go-build \ && curl -fsSL "https://dl.google.com/go/go${GO_VERSION}.linux-amd64.tar.gz" | tar -C /usr/local -xz \ && ln -sf /usr/local/go/bin/go /usr/bin/go \ diff --git a/dev/kubecdl/go.mod b/dev/kubecdl/go.mod index fa19916e5d3890..1ce3936a75a359 100644 --- a/dev/kubecdl/go.mod +++ b/dev/kubecdl/go.mod @@ -2,7 +2,7 @@ module github.com/gitpod-io/gitpod/kubecdl go 1.24 -toolchain go1.24.3 +toolchain go1.24.13 godebug tlsmlkem=0 diff --git a/dev/loadgen/go.mod b/dev/loadgen/go.mod index fb3fe800648199..55426a417590ea 100644 --- a/dev/loadgen/go.mod +++ b/dev/loadgen/go.mod @@ -2,7 +2,7 @@ module github.com/gitpod-io/gitpod/loadgen go 1.24.0 -toolchain go1.24.3 +toolchain go1.24.13 godebug tlsmlkem=0 diff --git a/dev/preview/previewctl/go.mod b/dev/preview/previewctl/go.mod index edfdab3761ded8..80ebb4945e21d4 100644 --- a/dev/preview/previewctl/go.mod +++ b/dev/preview/previewctl/go.mod @@ -2,7 +2,7 @@ module github.com/gitpod-io/gitpod/previewctl go 1.24.0 -toolchain go1.24.3 +toolchain go1.24.13 godebug tlsmlkem=0 diff --git a/dev/rejector/go.mod b/dev/rejector/go.mod index 2b9bffe35c27f5..fb4070a1fedfe2 100644 --- a/dev/rejector/go.mod +++ b/dev/rejector/go.mod @@ -2,7 +2,7 @@ module gitpod.io/rejector/v2 go 1.24 -toolchain go1.24.3 +toolchain go1.24.13 godebug tlsmlkem=0 diff --git a/dev/ssh-load-test/go.mod b/dev/ssh-load-test/go.mod index d256e7515c35ec..dd874f6aa02bc7 100644 --- a/dev/ssh-load-test/go.mod +++ b/dev/ssh-load-test/go.mod @@ -2,7 +2,7 @@ module test go 1.24 -toolchain go1.24.3 +toolchain go1.24.13 godebug tlsmlkem=0 diff --git a/dev/version-manifest/go.mod b/dev/version-manifest/go.mod index 25ee8f70cc3b46..80587a63f0b1bf 100644 --- a/dev/version-manifest/go.mod +++ b/dev/version-manifest/go.mod @@ -2,7 +2,7 @@ module github.com/gitpod-io/gitpod/version-manifest go 1.24 -toolchain go1.24.3 +toolchain go1.24.13 godebug tlsmlkem=0 diff --git a/install/preview/prettylog/go.mod b/install/preview/prettylog/go.mod index 87a2577c80f2d6..3a6bc1bb76a359 100644 --- a/install/preview/prettylog/go.mod +++ b/install/preview/prettylog/go.mod @@ -2,7 +2,7 @@ module github.com/gitpod-io/gitpod/install/preview/prettylog go 1.24 -toolchain go1.24.3 +toolchain go1.24.13 godebug tlsmlkem=0 diff --git a/operations/observability/mixins/go.mod b/operations/observability/mixins/go.mod index 77ae43e362e0cc..7011710b02f4c0 100644 --- a/operations/observability/mixins/go.mod +++ b/operations/observability/mixins/go.mod @@ -2,7 +2,7 @@ module gitpod-io/mixin-utils go 1.24 -toolchain go1.24.3 +toolchain go1.24.13 godebug tlsmlkem=0 diff --git a/test/go.mod b/test/go.mod index f5f28718e5886b..ed612896d2bbf4 100644 --- a/test/go.mod +++ b/test/go.mod @@ -2,7 +2,7 @@ module github.com/gitpod-io/gitpod/test go 1.24.0 -toolchain go1.24.3 +toolchain go1.24.13 godebug tlsmlkem=0