mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-07 11:13:48 +00:00
hack/jenkins: set GODEBUG=x509sha1=1
Temporary fix for Go 1.18 changes made in https://tip.golang.org/doc/go1.18#sha1 Signed-off-by: Madhav Jivrajani <madhav.jiv@gmail.com>
This commit is contained in:
parent
031da66841
commit
b6c00355f8
@ -51,5 +51,10 @@ make generated_files
|
|||||||
go install ./cmd/...
|
go install ./cmd/...
|
||||||
./hack/install-etcd.sh
|
./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-cmd
|
||||||
make test-integration
|
make test-integration
|
||||||
|
Loading…
Reference in New Issue
Block a user