Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compile Version not matches #40

Open
rakeshdama opened this issue Oct 15, 2020 · 1 comment
Open

Compile Version not matches #40

rakeshdama opened this issue Oct 15, 2020 · 1 comment

Comments

@rakeshdama
Copy link

internal/unsafeheader

compile: version "go1.15.3" does not match go tool version "go1.15.2"

runtime/internal/sys

compile: version "go1.15.3" does not match go tool version "go1.15.2"

internal/race

compile: version "go1.15.3" does not match go tool version "go1.15.2"

runtime/internal/atomic

compile: version "go1.15.3" does not match go tool version "go1.15.2"

internal/cpu

compile: version "go1.15.3" does not match go tool version "go1.15.2"

sync/atomic

compile: version "go1.15.3" does not match go tool version "go1.15.2"

unicode/utf8

compile: version "go1.15.3" does not match go tool version "go1.15.2"

unicode

compile: version "go1.15.3" does not match go tool version "go1.15.2"

container/list

compile: version "go1.15.3" does not match go tool version "go1.15.2"

math/bits

compile: version "go1.15.3" does not match go tool version "go1.15.2"

crypto/subtle

compile: version "go1.15.3" does not match go tool version "go1.15.2"

crypto/internal/subtle

compile: version "go1.15.3" does not match go tool version "go1.15.2"

unicode/utf16

compile: version "go1.15.3" does not match go tool version "go1.15.2"

vendor/golang.org/x/crypto/cryptobyte/asn1

compile: version "go1.15.3" does not match go tool version "go1.15.2"

internal/nettrace

compile: version "go1.15.3" does not match go tool version "go1.15.2"

vendor/golang.org/x/crypto/internal/subtle

compile: version "go1.15.3" does not match go tool version "go1.15.2"

runtime/cgo

compile: version "go1.15.3" does not match go tool version "go1.15.2"

@ShadeauxBoss
Copy link

I'm currently having the same issue.

┌─[ShadeauxBox@kali]─[~]
└──╼ $go get -u github.com/tomnomnom/httprobe
go: downloading github.com/tomnomnom/httprobe v0.1.2
go: github.com/tomnomnom/httprobe upgrade => v0.1.2

internal/unsafeheader

compile: version "go1.15.4" does not match go tool version "go1.15.2"

internal/cpu

compile: version "go1.15.4" does not match go tool version "go1.15.2"

runtime/internal/atomic

compile: version "go1.15.4" does not match go tool version "go1.15.2"

runtime/internal/sys

compile: version "go1.15.4" does not match go tool version "go1.15.2"

internal/race

compile: version "go1.15.4" does not match go tool version "go1.15.2"

unicode

compile: version "go1.15.4" does not match go tool version "go1.15.2"

sync/atomic

compile: version "go1.15.4" does not match go tool version "go1.15.2"

unicode/utf8

compile: version "go1.15.4" does not match go tool version "go1.15.2"

container/list

compile: version "go1.15.4" does not match go tool version "go1.15.2"

math/bits

compile: version "go1.15.4" does not match go tool version "go1.15.2"

crypto/internal/subtle

compile: version "go1.15.4" does not match go tool version "go1.15.2"

crypto/subtle

compile: version "go1.15.4" does not match go tool version "go1.15.2"

unicode/utf16

compile: version "go1.15.4" does not match go tool version "go1.15.2"

vendor/golang.org/x/crypto/cryptobyte/asn1

compile: version "go1.15.4" does not match go tool version "go1.15.2"

internal/nettrace

compile: version "go1.15.4" does not match go tool version "go1.15.2"

vendor/golang.org/x/crypto/internal/subtle

compile: version "go1.15.4" does not match go tool version "go1.15.2"

runtime/cgo

compile: version "go1.15.4" does not match go tool version "go1.15.2"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants