Binenv fails to install latest version (in the distribution list) of k8s krew.
Krew changed the .tar.gz release file name between 0.4.1 >> 0.4.2 to include linux and amd64. Presumably, these correspond to $GOOS and $GOARCH. However, even if these environment variables are set, binenv install krew 2.4.2 fails.
❯ binenv install krew 0.4.2
2022-03-18T12:36:40+01:00 ERR unable to install "krew" (0.4.2) error="unable to download binary at https://github.com/kubernetes-sigs/krew/releases/download/v0.4.2/krew.tar.gz: 404 Not Found"
Tested for following version:
❯ binenv version
binenv version 0.17.1 (built 2022-01-31T13:29:08Z)
Binenv fails to install latest version (in the distribution list) of k8s
krew
.Krew changed the
.tar.gz
release file name between0.4.1
>>0.4.2
to includelinux
andamd64
. Presumably, these correspond to$GOOS
and$GOARCH
. However, even if these environment variables are set,binenv install krew 2.4.2
fails.Tested for following version: