Golang debug/buildinfo

2022-05-27 Thread Ben Lavery-Griffiths
Hey all, I maintain the www/gohugo port, with the upgrade to Go 1.18 they project has switched to using debug/buildinfo (https://pkg.go.dev/runtime/debug#BuildInfo), this gets certain information from VCS, as opposed to passing the values in via ldflags. Presuming more and more Go projects wil

Re: Golang debug/buildinfo

2022-05-28 Thread Ben Lavery-Griffiths
n Sat, 28 May 2022, at 01:03, Dmitri Goutnik wrote: > Hi Ben, > > On 22-05-27 22:31:52, Ben Lavery-Griffiths wrote: > > Hey all, > > > > I maintain the www/gohugo port, with the upgrade to Go 1.18 they project > > has switched to using debug/buildinfo > >