The thanos project allows one to override the go version used during compile however that is not respected by promu which is used in that project.
Ideally promu looks at $GO or some other documented variable when attempting to compile. Currently it just picks whatever go points at which doesn't necessarily play nicely with the "Managing Go installations" instructions.
The thanos project allows one to override the go version used during compile however that is not respected by
promuwhich is used in that project.Ideally
promulooks at$GOor some other documented variable when attempting to compile. Currently it just picks whatevergopoints at which doesn't necessarily play nicely with the "Managing Go installations" instructions.