Merge pull request #109312 from MadhavJivrajani/remove-sha1-godebug

hack/jenkins: Remove GODEBUG workaround for sha1 changes
This commit is contained in:
Kubernetes Prow Robot 2022-04-14 07:06:46 -07:00 committed by GitHub
commit a8c582a765
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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