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 <madhav.jiv@gmail.com>
This commit is contained in:
Madhav Jivrajani 2022-04-05 20:41:13 +05:30
parent c6478308f8
commit ae55bcda44

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