diff options
author | Lukas Vogel <lukedirtwalker@gmail.com> | 2022-12-19 22:23:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-19 14:23:45 -0700 |
commit | c3b5b1811c119b896c5f70e3275ca835e7df5460 (patch) | |
tree | 9e2742745c689fc175018c450c000dfb3d54ef75 /modules/logging | |
parent | 4fe5e64e461a9c22a8f2a275a1c715f25a6ca381 (diff) |
cmd: Avoid panic when printing version without build info (#5210)
* version: don't panic if read build info doesn't work
If `debug.ReadBuildInfo()` doesn't return the build information we
should not try to access it. Especially if users only want to build with
the `CustomVersion` we should not assume access to
`debug.ReadBuildInfo()`.
The build environment where this isn't available for me is when building
with bazel.
* exit early
Diffstat (limited to 'modules/logging')
0 files changed, 0 insertions, 0 deletions