Closed chvp closed 2 years ago
Oops, there was a typo in the Go <1.18 code, and never noticed as I have Go 1.18; should be fixed now, thanks!
Thanks for the quick fix. Any chance for a release including this? I'm trying to package your application for NixOS.
Sure; I just tagged v2.5.1
Ideally the package should be built with go build -ldflags "-X main.version=$VERSION"
by the way; that way uni version
will show the correct version. It's a minor thing though, but I noticed your nix package currently doesn't do it; but I don't know if that's just a "personal" package or if it's intended to be upstreamed(?) Just FYI anyway.
It was just a personal package to get things working, I will change it when upstreaming. Thanks!
I get the following error when trying to build this project:
go version
givesgo version go1.17.9 linux/amd64
.