Update go dependencies (#1240)
NOTES for update k8s dependencies
In go.mod
require (
k8s.io/api kubernetes-x.x.x
k8s.io/apiextensions-apiserver kubernetes-x.x.x
k8s.io/apimachinery kubernetes-x.x.x
// check here https://github.com/kubernetes/client-go#compatibility-matrix
k8s.io/client-go v12.0.0+incompatible
)
This commit is contained in:
@@ -26,7 +26,6 @@ export TEST_NOCLEANUP=yes
|
||||
# run 'tests/test_environments/test_go_env.sh' with custom images
|
||||
export GO_RUNTIME_IMAGE=my.docker.repo/go-env:test
|
||||
./tests/test_environments/test_go_env.sh
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user