k8snetworkplumbingwg / network-attachment-definition-client

A Golang Kubernetes client
Apache License 2.0
12 stars 37 forks source link

Update ginkgo to v2, and go to 1.18 #54

Closed liornoy closed 1 year ago

liornoy commented 1 year ago

With the release of Ginkgo 2.0 the 1.x version is formally deprecated and no longer supported. This commit updates the ginkgo version to v2 and the go to v1.18 which is required by ginkgo/v2.

Signed-off-by: liornoy lnoy@redhat.com

liornoy commented 1 year ago

@s1061123 may I kindly ask for your review on this? The reason for this PR is that the network-attachment-definition-client is imported by the cnf-tests and we don't want the old ginkgo as an indirect causing a conflict.

Thanks in advance!