Skip to content
This repository has been archived by the owner on Jan 14, 2022. It is now read-only.

Installs failing because $BINARY not defined #118

Closed
daveyma opened this issue Jun 13, 2019 · 0 comments · Fixed by #119
Closed

Installs failing because $BINARY not defined #118

daveyma opened this issue Jun 13, 2019 · 0 comments · Fixed by #119

Comments

@daveyma
Copy link

daveyma commented Jun 13, 2019

Looks like 66279a7 may have broken installs? @twpayne

The commit removed the definition of $BINARY. There is a $BINARIES defined now, but $BINARY is still referenced.

$ curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh > golangci-lint.sh
$ ./golangci-lint.sh -d v1.17.1
golangci/golangci-lint info checking GitHub for tag 'v1.17.1'
golangci/golangci-lint debug http_download https://github.com/golangci/golangci-lint/releases/v1.17.1
golangci/golangci-lint info found version: 1.17.1 for v1.17.1/linux/amd64
golangci/golangci-lint debug downloading files into /tmp/tmp.h2vbNjrnXC
golangci/golangci-lint debug http_download https://github.com/golangci/golangci-lint/releases/download/v1.17.1/-1.17.1-linux-amd64.tar.gz
golangci/golangci-lint debug http_download_curl received HTTP status 404
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant