-
Notifications
You must be signed in to change notification settings - Fork 17.7k
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
x/tools/cmd/gopls: doesn't support Go 1.10; ti.EmbeddedType undefined #31693
Comments
We typically only support the current and previous Go versions (1.12 and 1.11) in the x/tools repository. However, maybe I can investigate adding Go 1.10 support in this case. Is there a reason you are still using Go 1.10? |
It is the version that is packaged with Ubuntu 18.04. |
Hi Rebecca,
Thanks for your reply immediately, I just use apt-get install golang and the version 1.10 was installed. I’ll try update go to 1.12
Regards
Chew
发自我的 iPad
… 在 2019年4月26日,23:35,Rebecca Stambler ***@***.***> 写道:
We typically only support the current and previous Go versions (1.12 and 1.11) in the x/tools repository. However, maybe I can investigate adding Go 1.10 support in this case. Is there a reason you are still using Go 1.10?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Hi David,
Thanks for your reply!
Yes, I just use apt-get install golang on Ubuntu18, and version1.10 was installed, I will try to update go to version 1.12.
Thanks
Chew
发自我的 iPad
… 在 2019年4月29日,08:06,David Lechner ***@***.***> 写道:
Is there a reason you are still using Go 1.10?
It is the version that is packaged with Ubuntu 18.04.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
I apologize, but we've decided that we will not be supporting Go versions <= 1.10 in |
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
yes, it can always reproduce
What operating system and processor architecture are you using (
go env
)?go env
Outputgo env
GOARCH="amd64"
GOBIN=""
GOCACHE="/root/.cache/go-build"
GOEXE=""
GOHOSTARCH="amd64"
GOHOSTOS="linux"
GOOS="linux"
GOPATH="/root/go"
GORACE=""
GOROOT="/usr/lib/go-1.10"
GOTMPDIR=""
GOTOOLDIR="/usr/lib/go-1.10/pkg/tool/linux_amd64"
GCCGO="gccgo"
CC="gcc"
CXX="g++"
CGO_ENABLED="1"
CGO_CFLAGS="-g -O2"
CGO_CPPFLAGS=""
CGO_CXXFLAGS="-g -O2"
CGO_FFLAGS="-g -O2"
CGO_LDFLAGS="-g -O2"
PKG_CONFIG="pkg-config"
GOGCCFLAGS="-fPIC -m64 -pthread -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build779563939=/tmp/go-build -gno-record-gcc-switches"
What did you do?
I just git clone https://github.com/golang/tools.git, and want to build gopls, but failed,
my OS is ubuntu 18
What did you expect to see?
What did you see instead?
The text was updated successfully, but these errors were encountered: