Skip to content

1.12.5

Latest
Compare
Choose a tag to compare
@maximbaz maximbaz released this 09 Jan 23:05
· 2 commits to main since this release
1.12.5
11f8c35

No functional changes since 1.12.3.

Note to distro packagers:

*-src.tar.gz is renamed to *-vendored.tar.gz for better clarity - you can use this to build app in an offline environment!

I'm continuing my experiments with optimizing build & release flow, and making Git substitute app version directly from the Git tags. 😄

App version is hardcoded in either Github's autogenerated .tar.gz or the -vendored.tar.gz that I attach, both are PGP-signed and you don't need to do anything else to pass the version.

From now on, I no longer have Makefile that has an opinion on how you are supposed to package Go apps. Please follow your community guidelines for how to best package Go apps, including which CGO_* environment variables to define or ldflags to pass, and in which locations to install what files.