mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-09 00:34:10 -04: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
1 changed files with 0 additions and 5 deletions
|
|
@ -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 a new issue