Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
script: use go install for goreleaser (#122)
The existing install script appears to be broken on Mac: ``` m1:addchain mbm$ ./script/bootstrap ... + curl -sfL https://install.goreleaser.com/github.com/goreleaser/goreleaser.sh + sh -s -- -b /Users/mbm/Development/gopath/bin v0.177.0 goreleaser/goreleaser crit uname_arch_check 'arm64' got converted to 'all' which is not a GOARCH value. Please file bug report at https://github.com/client9/shlib ``` This install method was also recently removed from the goreleaser documentation: goreleaser/goreleaser@7ddcfb0 This commit switches to `go install` for goreleaser.
- Loading branch information