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 6906c48 commit 504a0daCopy full SHA for 504a0da
internal/version/version.go
@@ -11,7 +11,7 @@ var (
11
12
func Init() {
13
info, ok := debug.ReadBuildInfo()
14
- if ok && info.Main.Version == "" {
+ if !ok || info.Main.Version == "" {
15
return
16
}
17
0 commit comments