Skip to content

upgrade golang to 1.24.3 #20846

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
May 28, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,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.23.6
ENV GO_VERSION=1.24.3
ENV GOPATH=/root/go-packages
ENV GOROOT=/root/go
ENV PATH=$GOROOT/bin:$GOPATH/bin:$PATH
Expand Down
7 changes: 4 additions & 3 deletions components/blobserve/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
module github.com/gitpod-io/gitpod/blobserve

go 1.23.0
go 1.24

toolchain go1.23.3
toolchain go1.24.3

godebug tlsmlkem=0

require (
github.com/containerd/containerd v1.6.36
Expand Down Expand Up @@ -97,7 +99,6 @@ require (
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
github.com/moby/locker v1.0.1 // indirect
github.com/moby/sys/mountinfo v0.7.1 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/mr-tron/base58 v1.2.0 // indirect
Expand Down
6 changes: 4 additions & 2 deletions components/common-go/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
module github.com/gitpod-io/gitpod/common-go

go 1.22.0
go 1.24

toolchain go1.23.3
toolchain go1.24.3

godebug tlsmlkem=0

require (
github.com/configcat/go-sdk/v7 v7.6.0
Expand Down
6 changes: 4 additions & 2 deletions components/content-service-api/go/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
module github.com/gitpod-io/gitpod/content-service/api

go 1.22.0
go 1.24

toolchain go1.23.3
toolchain go1.24.3

godebug tlsmlkem=0

require (
github.com/gitpod-io/gitpod/common-go v0.0.0-00010101000000-000000000000
Expand Down
19 changes: 11 additions & 8 deletions components/content-service-api/typescript/util/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
module github.com/gitpod-io/gitpod/content-service-api/util

go 1.22
go 1.24

toolchain go1.24.3

godebug tlsmlkem=0

replace github.com/gitpod-io/gitpod/content-service/api => ../../go

Expand All @@ -10,15 +14,14 @@ require (
)

require (
github.com/golang/protobuf v1.5.4 // indirect
github.com/iancoleman/strcase v0.0.0-20180726023541-3605ed457bf7 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/opencontainers/image-spec v1.0.2 // indirect
golang.org/x/net v0.19.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
golang.org/x/net v0.26.0 // indirect
golang.org/x/sys v0.21.0 // indirect
golang.org/x/text v0.16.0 // indirect
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
google.golang.org/genproto v0.0.0-20221118155620-16455021b5e6 // indirect
google.golang.org/grpc v1.52.3 // indirect
google.golang.org/protobuf v1.33.0 // indirect
google.golang.org/grpc v1.65.0 // indirect
google.golang.org/protobuf v1.34.2 // indirect
)
26 changes: 12 additions & 14 deletions components/content-service-api/typescript/util/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions components/content-service/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
module github.com/gitpod-io/gitpod/content-service

go 1.23.0
go 1.24

toolchain go1.23.3
toolchain go1.24.3

godebug tlsmlkem=0

require (
cloud.google.com/go/storage v1.39.1
Expand Down
6 changes: 4 additions & 2 deletions components/docker-up/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
module github.com/gitpod-io/gitpod/docker-up

go 1.22.0
go 1.24

toolchain go1.23.3
toolchain go1.24.3

godebug tlsmlkem=0

require (
github.com/opencontainers/runtime-spec v1.2.0
Expand Down
6 changes: 5 additions & 1 deletion components/ee/agent-smith/cmd/testbed/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
module testbed

go 1.22
go 1.24

toolchain go1.24.3

godebug tlsmlkem=0
6 changes: 5 additions & 1 deletion components/ee/agent-smith/cmd/testtarget/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
module testtarget

go 1.22
go 1.24

toolchain go1.24.3

godebug tlsmlkem=0
6 changes: 4 additions & 2 deletions components/ee/agent-smith/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
module github.com/gitpod-io/gitpod/agent-smith

go 1.22.0
go 1.24

toolchain go1.23.3
toolchain go1.24.3

godebug tlsmlkem=0

require (
github.com/alecthomas/jsonschema v0.0.0-20210413112511-5c9c23bdc720
Expand Down
7 changes: 4 additions & 3 deletions components/gitpod-cli/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
module github.com/gitpod-io/gitpod/gitpod-cli

go 1.23.0
go 1.24

toolchain go1.23.3
toolchain go1.24.3

godebug tlsmlkem=0

require (
github.com/bufbuild/connect-go v1.10.0
Expand Down Expand Up @@ -51,7 +53,6 @@ require (
github.com/prometheus/client_golang v1.19.1 // indirect
github.com/prometheus/client_model v0.6.1 // indirect
github.com/prometheus/common v0.55.0 // indirect
github.com/rogpeppe/go-internal v1.12.0 // indirect
golang.org/x/crypto v0.36.0 // indirect
golang.org/x/sys v0.31.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240528184218-531527333157 // indirect
Expand Down
6 changes: 4 additions & 2 deletions components/gitpod-db/go/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
module github.com/gitpod-io/gitpod/components/gitpod-db/go

go 1.22.0
go 1.24

toolchain go1.23.3
toolchain go1.24.3

godebug tlsmlkem=0

require (
github.com/gitpod-io/gitpod/common-go v0.0.0-00010101000000-000000000000
Expand Down
6 changes: 5 additions & 1 deletion components/gitpod-protocol/go/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
module github.com/gitpod-io/gitpod/gitpod-protocol

go 1.22
go 1.24

toolchain go1.24.3

godebug tlsmlkem=0

require (
github.com/golang/mock v1.6.0
Expand Down
6 changes: 5 additions & 1 deletion components/ide-metrics-api/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
module github.com/gitpod-io/generated_code_dependencies

go 1.22
go 1.24

toolchain go1.24.3

godebug tlsmlkem=0
6 changes: 4 additions & 2 deletions components/ide-metrics-api/go/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
module github.com/gitpod-io/gitpod/ide-metrics-api

go 1.22.0
go 1.24

toolchain go1.23.3
toolchain go1.24.3

godebug tlsmlkem=0

require (
github.com/gitpod-io/gitpod/common-go v0.0.0-00010101000000-000000000000
Expand Down
6 changes: 4 additions & 2 deletions components/ide-metrics/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
module github.com/gitpod-io/gitpod/ide-metrics

go 1.22.0
go 1.24

toolchain go1.23.3
toolchain go1.24.3

godebug tlsmlkem=0

require (
github.com/gitpod-io/gitpod/common-go v0.0.0-00010101000000-000000000000
Expand Down
6 changes: 4 additions & 2 deletions components/ide-service-api/go/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
module github.com/gitpod-io/gitpod/ide-service-api

go 1.22.0
go 1.24

toolchain go1.23.3
toolchain go1.24.3

godebug tlsmlkem=0

require (
github.com/gitpod-io/gitpod/common-go v0.0.0-00010101000000-000000000000
Expand Down
6 changes: 4 additions & 2 deletions components/ide-service/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
module github.com/gitpod-io/gitpod/ide-service

go 1.22.0
go 1.24

toolchain go1.23.3
toolchain go1.24.3

godebug tlsmlkem=0

require (
github.com/containerd/containerd v1.6.36
Expand Down
6 changes: 4 additions & 2 deletions components/ide/code-desktop/status/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
module github.com/gitpod-io/gitpod/code-desktop/status

go 1.22.0
go 1.24

toolchain go1.23.3
toolchain go1.24.3

godebug tlsmlkem=0

require (
github.com/gitpod-io/gitpod/common-go v0.0.0-00010101000000-000000000000
Expand Down
6 changes: 4 additions & 2 deletions components/ide/code/codehelper/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
module github.com/gitpod-io/gitpod/code/codehelper

go 1.22.0
go 1.24

toolchain go1.23.3
toolchain go1.24.3

godebug tlsmlkem=0

require (
github.com/gitpod-io/gitpod/common-go v0.0.0-00010101000000-000000000000
Expand Down
6 changes: 5 additions & 1 deletion components/ide/jetbrains/cli/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
module github.com/gitpod-io/gitpod/jetbrains/cli

go 1.22
go 1.24

toolchain go1.24.3

godebug tlsmlkem=0

require github.com/spf13/cobra v1.4.0

Expand Down
6 changes: 4 additions & 2 deletions components/ide/jetbrains/launcher/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
module github.com/gitpod-io/gitpod/jetbrains/launcher

go 1.22.0
go 1.24

toolchain go1.23.3
toolchain go1.24.3

godebug tlsmlkem=0

require (
github.com/gitpod-io/gitpod/common-go v0.0.0-00010101000000-000000000000
Expand Down
6 changes: 5 additions & 1 deletion components/image-builder-api/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
module github.com/gitpod-io/generated_code_dependencies

go 1.22
go 1.24

toolchain go1.24.3

godebug tlsmlkem=0
6 changes: 4 additions & 2 deletions components/image-builder-api/go/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
module github.com/gitpod-io/gitpod/image-builder/api

go 1.22.0
go 1.24

toolchain go1.23.3
toolchain go1.24.3

godebug tlsmlkem=0

require (
github.com/gitpod-io/gitpod/common-go v0.0.0-00010101000000-000000000000
Expand Down
6 changes: 4 additions & 2 deletions components/image-builder-bob/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
module github.com/gitpod-io/gitpod/image-builder/bob

go 1.23.0
go 1.24

toolchain go1.23.3
toolchain go1.24.3

godebug tlsmlkem=0

require (
github.com/containerd/console v1.0.3
Expand Down
6 changes: 4 additions & 2 deletions components/image-builder-mk3/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
module github.com/gitpod-io/gitpod/image-builder

go 1.22.0
go 1.24

toolchain go1.23.3
toolchain go1.24.3

godebug tlsmlkem=0

require (
github.com/alecthomas/jsonschema v0.0.0-20210526225647-edb03dcab7bc
Expand Down
Loading
Loading