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 84d8959 commit f8043d6Copy full SHA for f8043d6
go.mod
@@ -181,3 +181,5 @@ require (
181
sigs.k8s.io/structured-merge-diff/v4 v4.4.2 // indirect
182
sigs.k8s.io/yaml v1.4.0 // indirect
183
)
184
+
185
+replace github.com/onexstack/onexstack => /home/colin/workspace/golang/src/github.com/onexstack/onexstack
internal/osbuilder/cmd/version/version.go
@@ -89,8 +89,7 @@ func (o *Options) Run() error {
89
versionInfo Version
90
91
92
- clientVersion := version.Get()
93
- versionInfo.ClientVersion = &clientVersion
+ clientVersion := version.GetFromDebugInfo()
94
95
switch o.Output {
96
case "":
0 commit comments