You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think that would be something like $GOPATH/foofoo/[email protected] if you installed via @v0.15.0 and maybe something like @v0.15.0-0.202312312123-3233443134413341134 if via @latest.
Maybe k0sctl could resort to doing that in case the version number buildflag was not given.
This would require changing any usages of version.Version to version.GetVersion() which would be something like:
Minor issue:
If you build k0sctl as instructed (tested
@latest
and@v0.15.0
) your binary believes it's version number to be 0.0.0:I don't know how one would solve this problem correctly, but an old google drive go client had an additional command you had to run to 'add' the version information to the built binary. Might be worth looking into. Here's the PR where the author implemented that for their project.
The text was updated successfully, but these errors were encountered: