1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

CICD: GoReleaser version - part 3 (#2769)

This commit is contained in:
Jeffrey Cafferata
2024-01-07 15:39:53 +01:00
committed by GitHub
parent 961eaa7862
commit 742610c337

View File

@ -27,5 +27,5 @@ func main() {
if info, ok := debug.ReadBuildInfo(); !ok && info == nil {
fmt.Fprint(os.Stderr, "Warning: dnscontrol was built without Go modules. See https://docs.dnscontrol.org/getting-started/getting-started#source for more information on how to build dnscontrol correctly.\n\n")
}
os.Exit(commands.Run("DNSControl " + version))
os.Exit(commands.Run("DNSControl version " + version))
}