File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
install/installer/pkg/common Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -122,11 +122,11 @@ func DefaultEnv(cfg *config.Config) []corev1.EnvVar {
122
122
}},
123
123
{Name : "KUBE_DOMAIN" , Value : "svc.cluster.local" },
124
124
{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
126
126
// See these issues for details:
127
127
// - https://linear.app/gitpod/issue/CLC-1264/investigate-public-api-server-connectivity-issues-during-sso-login#comment-f2daa302
128
128
// - 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" },
130
130
},
131
131
ProxyEnv (cfg ),
132
132
)
You can’t perform that action at this time.
0 commit comments