Skip to content

Commit

Permalink
Update workflowpod.go
Browse files Browse the repository at this point in the history
  • Loading branch information
alexec authored Mar 31, 2021
1 parent a85131d commit 6ff2f21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions workflow/controller/workflowpod.go
Original file line number Diff line number Diff line change
Expand Up @@ -537,6 +537,7 @@ 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",
Expand Down

0 comments on commit 6ff2f21

Please sign in to comment.