httprobe
httprobe copied to clipboard
golang issue
hi tom facing a golang issue here when running trying to reinstall httprobe i get this
internal/race
compile: version "go1.13.8" does not match go tool version "go1.13.7"
container/list
compile: version "go1.13.8" does not match go tool version "go1.13.7"
unicode/utf8
compile: version "go1.13.8" does not match go tool version "go1.13.7"
crypto/internal/subtle
compile: version "go1.13.8" does not match go tool version "go1.13.7"
runtime/internal/sys
compile: version "go1.13.8" does not match go tool version "go1.13.7"
crypto/subtle
compile: version "go1.13.8" does not match go tool version "go1.13.7"
vendor/golang.org/x/crypto/cryptobyte/asn1
compile: version "go1.13.8" does not match go tool version "go1.13.7"
unicode
compile: version "go1.13.8" does not match go tool version "go1.13.7"
internal/nettrace
compile: version "go1.13.8" does not match go tool version "go1.13.7"
math/bits
compile: version "go1.13.8" does not match go tool version "go1.13.7"
vendor/golang.org/x/crypto/internal/subtle
compile: version "go1.13.8" does not match go tool version "go1.13.7"
runtime/internal/atomic
compile: version "go1.13.8" does not match go tool version "go1.13.7"
internal/cpu
compile: version "go1.13.8" does not match go tool version "go1.13.7"
vendor/golang.org/x/crypto/curve25519
compile: version "go1.13.8" does not match go tool version "go1.13.7"
sync/atomic
compile: version "go1.13.8" does not match go tool version "go1.13.7"
runtime/cgo
compile: version "go1.13.8" does not match go tool version "go1.13.7" was wondering if anyone has had this issue before
It sounds like you have a version of go in your $PATH that doesn't match the data in $GOROOT.
hey @geeknik yes it was my $PATH all fixed thanks.
You're welcome!