DopplerHQ / kubernetes-operator

Apache License 2.0
44 stars 18 forks source link

Fetch yq binary from release, instead of go-get #34

Closed nmanoogian closed 1 year ago

nmanoogian commented 1 year ago

Our build process is running into an error when installing yq from go get, likely a go version incompatibility. This PR changes the installer to fetch the binary, rather than building from source. This should have the added benefit of speeding up our releases.