LIVE from GitHub Universe: Inside the GitHub Secure Open Source Fund
I had a chat with Greg Cochran (GitHub), Christian Grobmeier (log4j), Michael Geers (evcc), and …
GoReleaser 1.5 is out, with a handful of miscellaneous improvements.
go install;goreleaser build --single-target now copies the binary to CWD, also accepts a -output flag telling to copy the binary elsewhere;goreleaser release --release-notes now warns if the file is empty or whitespace-only, allowing to more easily debug releases;tags, ldflags, gcflags and asmflags per target platform;GOOS and GOARCH on template variables using {{ .Runtime.Goos }} and {{ .Runtime.Goarch }}.You can see the full changelog here.
This is a cross-post from GoReleaser’s blog!