Skip to content

Commit

Permalink
chore(controller): remove a Go 1.15 env var that no longer exists (#1…
Browse files Browse the repository at this point in the history
…2610)

Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
  • Loading branch information
agilgur5 committed Feb 11, 2024
1 parent a0abff1 commit 5c3c9a1
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions workflow/controller/workflowpod.go
Original file line number Diff line number Diff line change
Expand Up @@ -636,14 +636,6 @@ func (woc *wfOperationCtx) createEnvVars() []apiv1.EnvVar {
},
},
},
// This flag was introduced in Go 15 and will be removed in Go 16.
// x509: cannot validate certificate for ... because it doesn't contain any IP SANs
// https://github.com/argoproj/argo-workflows/issues/5563 - Upgrade to Go 16
// https://github.com/golang/go/issues/39568
{
Name: "GODEBUG",
Value: "x509ignoreCN=0",
},
{
Name: common.EnvVarWorkflowName,
Value: woc.wf.Name,
Expand Down

0 comments on commit 5c3c9a1

Please sign in to comment.