We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1170b65 commit 526e2adCopy full SHA for 526e2ad
cmd/jiralert/main.go
@@ -22,7 +22,7 @@ var (
22
listenAddress = flag.String("listen-address", ":9097", "The address to listen on for HTTP requests.")
23
configFile = flag.String("config", "config/jiralert.yml", "The JIRAlert configuration file")
24
25
- // Build version, set by make to latest git tag via `-ldflags "-X main.Version=$(VERSION)"`.
+ // Version is the build version, set by make to latest git tag/hash via `-ldflags "-X main.Version=$(VERSION)"`.
26
Version = "<local build>"
27
)
28
0 commit comments