Skip to content

output did not contain correct version #14

@mrmodolo

Description

@mrmodolo

Hi!

The latest update no longer allows updating binaries!

I found that binaries in '~/.loki-shell/bin/' no longer show version as expected:

for f in .loki-shell/bin/*; do $f --version; done;
logcli, version  (branch: , revision: )
  build user:       
  build date:       
  go version:       go1.16.2
  platform:         linux/amd64
loki, version  (branch: , revision: )
  build user:       
  build date:       
  go version:       go1.16.2
  platform:         linux/amd64
promtail, version  (branch: , revision: )
  build user:       
  build date:       
  go version:       go1.16.2
  platform:         linux/amd64

I had to change the check_binary function in the install file to ignore the version and be able to install the binaries.

Regards,
Marcelo Módolo

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions