librespeed / speedtest-cli

Command line client for LibreSpeed
GNU Lesser General Public License v3.0
483 stars 59 forks source link

Version information missing on latest armv7 binary #57

Open varac opened 2 years ago

varac commented 2 years ago

This is what I get using the v1.0.10 armv7 binary:

pi@pi:~ $ ./librespeed-cli  --version
  (built on )
https://github.com/librespeed/speedtest-cli
Licensed under GNU Lesser General Public License v3.0
LibreSpeed  Copyright (C) 2016-2020 Federico Dossena
librespeed-cli  Copyright (C) 2020 Maddie Zhan
librespeed.org  Copyright (C)
dopstar commented 2 years ago

git bisect output:

df77b3ee21b708f82a07c05fcbff990371e856be is the first bad commit
commit df77b3ee21b708f82a07c05fcbff990371e856be
Author: Dries Michiels <32487486+driesmp@users.noreply.github.com>
Date:   Tue Jan 18 10:36:48 2022 +0100

    Use full link for the module directive in go.mod (#20)

 go.mod                 | 2 +-
 main.go                | 4 ++--
 report/json.go         | 2 +-
 speedtest/helper.go    | 4 ++--
 speedtest/speedtest.go | 4 ++--
 5 files changed, 8 insertions(+), 8 deletions(-)

pr: https://github.com/librespeed/speedtest-cli/pull/20