mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Merge pull request #109312 from MadhavJivrajani/remove-sha1-godebug
hack/jenkins: Remove GODEBUG workaround for sha1 changes
This commit is contained in:
commit
a8c582a765
@ -51,10 +51,5 @@ 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