gordonklaus / ineffassign

Detect ineffectual assignments in Go code.
MIT License
390 stars 22 forks source link

Build failed due to go tool version mismatch #42

Closed harishagrawal closed 4 years ago

harishagrawal commented 4 years ago

Appreciate your help with this: (how do I skip this version mismatch)

go test -v

unicode/utf8

compile: version "go1.13.5" does not match go tool version "go1.13.6"

internal/race

compile: version "go1.13.5" does not match go tool version "go1.13.6"

math/bits

compile: version "go1.13.5" does not match go tool version "go1.13.6"

runtime/internal/sys

compile: version "go1.13.5" does not match go tool version "go1.13.6"

unicode

compile: version "go1.13.5" does not match go tool version "go1.13.6"

runtime/internal/atomic

compile: version "go1.13.5" does not match go tool version "go1.13.6"

internal/cpu

compile: version "go1.13.5" does not match go tool version "go1.13.6"

sync/atomic

compile: version "go1.13.5" does not match go tool version "go1.13.6" FAIL github.com/gordonklaus/ineffassign [build failed]

gordonklaus commented 4 years ago

This is not related to ineffassign. You may need to reinstall Go.