New comment by zen0bit on void-packages repository https://github.com/void-linux/void-packages/pull/37065#issuecomment-1124865862 Comment: > > I will wait because of [this](https://github.com/jesseduffield/lazydocker/issues/327) > > That's an issue with their docker build, we are not using that, so we are not affected. > > > Also, I was trying to figure out how to correct the "lazydocker unversioned" > > I usually look at their Makefile or Dockerfile where they set ldflags: https://github.com/jesseduffield/lazydocker/blob/4f096c3c2b60a063d04b9b7ba9236a4d821e4563/Dockerfile#L16 > > @zen0bit please add `go_ldflags="-X main.version=${version}"` to the template added...I will wait because of https://github.com/jesseduffield/lazydocker/issues/327 That's an issue with their docker build, we are not using that, so we are not affected. Also, I was trying to figure out how to correct the "lazydocker unversioned" I usually look at their Makefile or Dockerfile where they set ldflags: https://github.com/jesseduffield/lazydocker/blob/4f096c3c2b60a063d04b9b7ba9236a4d821e4563/Dockerfile#L16 @zen0bit please add go_ldflags="-X main.version=${version}" to the template