Hey Guys.. I'm really new with go (only 4 days) and I'm trying to install graphql-go and I have this error
freddy@Freddys-MacBook-Pro:~/go$ go get github.com/graphql-go/graphql
# internal/race
compile: version "go1.11" does not match go tool version "go1.11.2"
# unicode/utf8
compile: version "go1.11" does not match go tool version "go1.11.2"
# errors
compile: version "go1.11" does not match go tool version "go1.11.2"
# runtime/internal/sys
compile: version "go1.11" does not match go tool version "go1.11.2"
# math/bits
compile: version "go1.11" does not match go tool version "go1.11.2"
# encoding
compile: version "go1.11" does not match go tool version "go1.11.2"
# unicode/utf16
compile: version "go1.11" does not match go tool version "go1.11.2"
# github.com/graphql-go/graphql/language/kinds
compile: version "go1.11" does not match go tool version "go1.11.2"
# github.com/graphql-go/graphql/language/source
compile: version "go1.11" does not match go tool version "go1.11.2"
# unicode
compile: version "go1.11" does not match go tool version "go1.11.2"
# internal/cpu
compile: version "go1.11" does not match go tool version "go1.11.2"
# runtime/internal/atomic
compile: version "go1.11" does not match go tool version "go1.11.2"
# sync/atomic
compile: version "go1.11" does not match go tool version "go1.11.2"
El día 27 de noviembre de 2018 a las 01:50:25, Ian Lance Taylor (ia...@golang.org) escrito: