mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 19:31:44 +00:00
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:
parent
c6478308f8
commit
ae55bcda44
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user