Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-29 | main: BuildInfo: fix build with Go 1.17 and older | Jakob Unterwurzacher | |
On Go 1.17 and older we get this: Error: ./version.go:67:24: info.Settings undefined (type *debug.BuildInfo has no field or method Settings) Fix the build error by shedding some nice-to-have features. | |||
2022-12-29 | main: refactor BuildInfo code | Jakob Unterwurzacher | |
Simplify and move it into a new file version.go. |