Skip to content

Go module revision for tools broken #687

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
troyronda opened this issue Sep 13, 2019 · 0 comments
Closed

Go module revision for tools broken #687

troyronda opened this issue Sep 13, 2019 · 0 comments
Labels
bug Something isn't working

Comments

@troyronda
Copy link

golangci-lint: 1.18

3540c026601b is not a valid revision. https://github.com/golangci/golangci-lint/blob/master/go.mod#L58

go mod tidy
go: finding github.com/go-critic/go-critic v0.3.5-0.20190904082202-d79a9f0c64db
go: finding github.com/golangci/tools v0.0.0-20190910062050-3540c026601b
go: finding github.com/golangci/gosec v0.0.0-20190911143311-c62ea1e208f0
go: finding github.com/stretchr/testify v1.4.0
go: finding github.com/matoous/godox v0.0.0-20190910121045-032ad8106c86
go: finding github.com/ultraware/whitespace v0.0.2
go: finding gopkg.in/yaml.v2 v2.2.2
go: github.com/golangci/[email protected]: unknown revision 3540c026601b
go: github.com/golangci/[email protected]: unknown revision 3540c026601b
go: github.com/golangci/[email protected]: unknown revision 3540c026601b
go: github.com/golangci/[email protected]: unknown revision 3540c026601b
go: github.com/golangci/[email protected]: unknown revision 3540c026601b
go: github.com/golangci/[email protected]: unknown revision 3540c026601b
go: github.com/golangci/[email protected]: unknown revision 3540c026601b
go: github.com/golangci/[email protected]: unknown revision 3540c026601b
go: github.com/golangci/[email protected]: unknown revision 3540c026601b
go: error loading module requirements


This causes a problem when using gobin -run github.com/golangci/golangci-lint on a clean go path.
failed to run go list -find -json github.com/golangci/golangci-lint/cmd/golangci-lint: exit status 1
go: finding github.com/golangci/tools v0.0.0-20190910062050-3540c026601b
go: github.com/golangci/[email protected]: open $HOME/go/pkg/mod/cache/download/github.com/golangci/tools/@v/v0.0.0-20190910062050-3540c026601b.info: no such file or directory
go: github.com/golangci/[email protected]: open $HOME/go/pkg/mod/cache/download/github.com/golangci/tools/@v/v0.0.0-20190910062050-3540c026601b.info: no such file or directory
go: github.com/golangci/[email protected]: open $HOME/pkg/mod/cache/download/github.com/golangci/tools/@v/v0.0.0-20190910062050-3540c026601b.info: no such file or directory
go: error loading module requirements

@troyronda troyronda changed the title Go module for tools broken Go module revision for tools broken Sep 13, 2019
@jirfag jirfag closed this as completed in bf68434 Sep 14, 2019
@tpounds tpounds added the bug Something isn't working label Sep 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants