vmware-archive / kubecfg

A tool for managing complex enterprise Kubernetes environments as code.
Apache License 2.0
728 stars 62 forks source link

Bump go-jsonnet dep to v0.17.0 #293

Closed camh- closed 3 years ago

camh- commented 3 years ago

Upgrade the version of go-jsonnet used by kubecfg to v0.17.0 from v0.15.0:

go get github.com/google/go-jsonnet@v0.17.0
make vendor

go-jsonnet v0.15.0 does not build on 32-bit machines due to https://github.com/google/go-jsonnet/issues/376 (constant overflows int). This was fixed in https://github.com/google/go-jsonnet/pull/377 and released in v0.16.0. The current release of go-jsonnet is v0.17.0