Open
Description
bingo version
output:
v0.5.2
go version
output:
go version go1.18 darwin/arm64
What happened:
I'm running with bingo get github.com/plexsystems/promdoc@v0.7.0
which looks like:
module _ // Auto generated by https://github.com/bwplotka/bingo. DO NOT EDIT
go 1.15
require github.com/plexsystems/promdoc v0.7.0
Then I did the update with: bingo get github.com/plexsystems/promdoc@v0.8.0
and I got:
module _ // Auto generated by https://github.com/bwplotka/bingo. DO NOT EDIT
go 1.15
require github.com/plexsystems/promdoc v0.8.0
What you expected to happen:
Getting:
module _ // Auto generated by https://github.com/bwplotka/bingo. DO NOT EDIT
go 1.18
require github.com/plexsystems/promdoc v0.8.0
How to reproduce it (as minimally and precisely as possible):
already described
Logs (use bingo get -v <thing you do>
for verbose output):
Anything else we need to know:
I fixed this by removing {package}.mod (in this case promdoc.mod and then run the get on v.0.8.0
Metadata
Metadata
Assignees
Labels
No labels
Activity