Skip to content
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

make fails with dependency error #303

Closed
adnaangr opened this issue Nov 7, 2019 · 2 comments · Fixed by #304
Closed

make fails with dependency error #303

adnaangr opened this issue Nov 7, 2019 · 2 comments · Fixed by #304

Comments

@adnaangr
Copy link

adnaangr commented Nov 7, 2019

Running make fails with a deps error

❯ make
Check deps
Installed github.com/go-swagger/go-swagger/cmd/swagger@v0.20.1 to /Users/mohammadadnaanbadr/go/bin/swagger
Installed github.com/codeskyblue/fswatch@v0.0.0-20190409014817-776b613dacea to /Users/mohammadadnaanbadr/go/bin/fswatch
failed to run go get -d github.com/golangci/golangci-lint/cmd/golangci-lint@v1.16.0: exit status 1
go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.16.0
go: finding github.com v1.16.0
go: finding github.com/golangci/golangci-lint/cmd v1.16.0
go: finding github.com/golangci v1.16.0
go get: github.com/golangci/golangci-lint@v1.16.0 requires
	github.com/go-critic/go-critic@v0.0.0-20181204210945-ee9bf5809ead: invalid pseudo-version: does not match version-control timestamp (2019-02-10T22:04:43Z)

make: *** [deps] Error 1

~/code/flagr master 6s
❯ go version
go version go1.13 darwin/amd64
@adnaangr adnaangr changed the title make fails make fails will dependency error Nov 7, 2019
@adnaangr adnaangr changed the title make fails will dependency error make fails with dependency error Nov 7, 2019
@zhouzhuojie
Copy link
Collaborator

Let me know if the fix works for you.

@adnaan
Copy link

adnaan commented Nov 7, 2019

It works. That was superquick. Thank you :)

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

Successfully merging a pull request may close this issue.

3 participants