Skip to content

Commit d30de6e

Browse files
committed
update go debug
1 parent 08ba33e commit d30de6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install/installer/pkg/common/common.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,11 +122,11 @@ func DefaultEnv(cfg *config.Config) []corev1.EnvVar {
122122
}},
123123
{Name: "KUBE_DOMAIN", Value: "svc.cluster.local"},
124124
{Name: "LOG_LEVEL", Value: strings.ToLower(logLevel)},
125-
// TODO(gpl): This is our bandaid for https:://tldr.fail, until we upgrade from Go 1.23 to 1.24
125+
// TODO(gpl): This is our bandaid for https:://tldr.fail
126126
// See these issues for details:
127127
// - https://linear.app/gitpod/issue/CLC-1264/investigate-public-api-server-connectivity-issues-during-sso-login#comment-f2daa302
128128
// - https://linear.app/gitpod/issue/CLC-1067/go-upgrade-from-123x-to-124x-once-available for details
129-
{Name: "GODEBUG", Value: "tlskyber=0"},
129+
{Name: "GODEBUG", Value: "tlsmlkem=0"},
130130
},
131131
ProxyEnv(cfg),
132132
)

0 commit comments

Comments
 (0)