From ae55bcda4408569cfc2f0b87e64daac549aee539 Mon Sep 17 00:00:00 2001 From: Madhav Jivrajani Date: Tue, 5 Apr 2022 20:41:13 +0530 Subject: [PATCH] hack/jenkins: Remove GODEBUG workaround for sha1 changes This commit undoes the GODEBUG=x509sha1=1 workaround. The problem should be fixed in Go 1.18.1 now. Signed-off-by: Madhav Jivrajani --- hack/jenkins/test-dockerized.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/hack/jenkins/test-dockerized.sh b/hack/jenkins/test-dockerized.sh index abc0ac7b80b..b2e84778e87 100755 --- a/hack/jenkins/test-dockerized.sh +++ b/hack/jenkins/test-dockerized.sh @@ -51,10 +51,5 @@ make generated_files go install ./cmd/... ./hack/install-etcd.sh -# TODO(MadhavJivrajani): Temporary fix due to Go 1.18 changes. -# Please see https://tip.golang.org/doc/go1.18#sha1 -GODEBUG=x509sha1=1 -export GODEBUG - make test-cmd make test-integration