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

Build is broken! #81

Closed
andreynering opened this issue Aug 18, 2018 · 3 comments · Fixed by #88
Closed

Build is broken! #81

andreynering opened this issue Aug 18, 2018 · 3 comments · Fixed by #88
Labels

Comments

@andreynering
Copy link

main.go:14:2: cannot find package "github.com/goreleaser/goreleaser/config" in any of:
	/usr/local/Cellar/go/1.10.3/libexec/src/github.com/goreleaser/goreleaser/config (from $GOROOT)
	/Users/andrey/code/andrey/GOPATH/src/github.com/goreleaser/goreleaser/config (from $GOPATH)
main.go:15:2: cannot find package "github.com/goreleaser/goreleaser/context" in any of:
	/usr/local/Cellar/go/1.10.3/libexec/src/github.com/goreleaser/goreleaser/context (from $GOROOT)
	/Users/andrey/code/andrey/GOPATH/src/github.com/goreleaser/goreleaser/context (from $GOPATH)
main.go:16:2: cannot find package "github.com/goreleaser/goreleaser/pipeline/defaults" in any of:
	/usr/local/Cellar/go/1.10.3/libexec/src/github.com/goreleaser/goreleaser/pipeline/defaults (from $GOROOT)
	/Users/andrey/code/andrey/GOPATH/src/github.com/goreleaser/goreleaser/pipeline/defaults (from $GOPATH)

Seems that some packages were moved to pkg/ or internal/. Since internal/ is not importable, this requires changes to the goreleaser project first

@caarlos0 caarlos0 added the bug label Aug 20, 2018
alecthomas added a commit to alecthomas/gometalinter that referenced this issue Sep 6, 2018
Ideally we could check in CI that the generated godownloader script
doesn't differ from script/install.sh, but godownloader is currently
broken (goreleaser/godownloader#81).

Fixes #525. Fixes #526.
@autarch
Copy link

autarch commented Sep 10, 2018

It's odd to me that godownloader doesn't make releases nor is there a script generated by godownloader to install godownloader.

That would make this build issue a bit less urgent. As it stands now, no one can use godownloader to build a new script right now without working around this issue.

@caarlos0
Copy link
Member

yes, godownloader is still in early stages... we are pretty much just experimenting things... that's why it doesn't have releases and etc...

@caarlos0
Copy link
Member

also: if you use dep ensure, it should work, as the version is locked.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants