mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2026-02-19 18:13:21 +08:00
CICD: GoReleaser version - part 3 (#2769)
This commit is contained in:
parent
961eaa7862
commit
742610c337
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
|
@ -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))
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue