httprobe icon indicating copy to clipboard operation
httprobe copied to clipboard

Installation error

Open jsgv opened this issue 5 years ago • 2 comments

The installation instructions on read me only downloads the latest release which is v0.1.2 from July 2019.

Consider creating a new release or updating the readme to work with master branch:

go get -u github.com/tomnomnom/httprobe@master

jsgv avatar Sep 14 '20 23:09 jsgv

go install github.com/tomnomnom/httprobe@latest

richard1230 avatar Mar 04 '22 04:03 richard1230

Thanks @richard1230. I used the new "install" command but got an error compile: version "go1.15.6" does not match go tool version "go1.17.8". The reason is the script was built three years ago therefore won't work with a new go version.

What's the best way to get this issue resolved? Adjust the script or install a lower go version? Thanks.

luchua-bc avatar Apr 01 '22 13:04 luchua-bc