CrunchyData / crunchy-containers

Containers for Managing PostgreSQL on Kubernetes by Crunchy Data
https://www.crunchydata.com/
Apache License 2.0
1.01k stars 328 forks source link

Build yq with new Go instead of pulling down old binary #1417

Closed crunchyheath closed 2 years ago

crunchyheath commented 2 years ago

Checklist:

Type of Changes:

What is the current behavior? (link to any open issues here) Currently the install-deps.sh pulls down the yq binary from a very old version built with Go 1.14.x and is very out of date.

What is the new behavior (if this is a feature change)? This will now clone the yq repo and build it with the installed Go version to use in the build.

Other information: