go install builder gives me dev version instead of specified version #8668
Unanswered
robinlindberg
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This might be two separate bugs.
I am unable to install a specific version of the builder. I always get "dev" which seems to be the default value the version.go file sets.
I suspected the builder version being wrong was the cause of the go.mod being filled with both 0.86.0 and 0.87.0 versions. But now I tried using the binaries of the builder directly, instead of doing Go install. I got the same result when building for the non-latest version, e.g. 0.86.0. Building for the latest version works in both scenarios.


Does anyone have any clue what this might be caused by?
What I have tried:
Beta Was this translation helpful? Give feedback.
All reactions