-
Notifications
You must be signed in to change notification settings - Fork 31
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
Bingo get fails complaining go1.18+ required which is already the case #125
Comments
If you need a workaround for this, I've found that setting the |
Is this perhaps related to issue golang/go#54908 in Go? |
Am I getting this right: it is a bug in Go and it will be fixed in Go 1.20? |
I see similar issue when installing golangci-lint, even with Go 1.20. I've opened golang/go#58388 |
It seems that the
|
Thanks for this, I was just investigating this. Especially golang/go#58388 is super helpful 💪🏽 I assume the .sum is not up to date for our .mod? It's really annoying I think the best way would be to create tmp dir only to execute go mod tidy and remove after done... PRs welcome, otherwise I will do it later this week. |
Closing dup: #128 |
Reason was that go list command no longer updates go.sum. Fixes: #125 Signed-off-by: bwplotka <bwplotka@gmail.com>
Reason was that go list command no longer updates go.sum. Fixes: #125 Signed-off-by: bwplotka <bwplotka@gmail.com>
bingo version
output:v0.7
go version
output:go version go1.18.3 linux/amd64
What happened:
Failed to run
bingo get
for this particular go package.What you expected to happen:
Expecting
bingo get
to succeed, since:go install works just fine
and the underlying go build command
bingo
runs also works fine.How to reproduce it (as minimally and precisely as possible):
Logs (use
bingo get -v <thing you do>
for verbose output):Anything else we need to know:
The text was updated successfully, but these errors were encountered: