Harden release publication plumbing
This commit is contained in:
6
internal/buildinfo/buildinfo.go
Normal file
6
internal/buildinfo/buildinfo.go
Normal file
@@ -0,0 +1,6 @@
|
||||
// Package buildinfo exposes release metadata injected by the build pipeline.
|
||||
package buildinfo
|
||||
|
||||
// Version identifies this Weatherreporter build. Release builds replace the
|
||||
// development value with their semantic version tag through the Go linker.
|
||||
var Version = "development"
|
||||
Reference in New Issue
Block a user