Skip to content

bingo get does not update {package}.mod go version #113

Description

@wiardvanrij

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions