httprobe icon indicating copy to clipboard operation
httprobe copied to clipboard

golang issue

Open ghost opened this issue 5 years ago • 3 comments

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

ghost avatar Feb 13 '20 18:02 ghost

It sounds like you have a version of go in your $PATH that doesn't match the data in $GOROOT.

geeknik avatar Feb 13 '20 18:02 geeknik

hey @geeknik yes it was my $PATH all fixed thanks.

ghost avatar Feb 14 '20 22:02 ghost

You're welcome!

geeknik avatar Feb 14 '20 22:02 geeknik