-
Notifications
You must be signed in to change notification settings - Fork 18k
cmd/go: gopls fails to install (vs code) complains about signGeneric and verifyGeneric #35018
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
Comments
Thank you for filing a gopls issue! Please take a look at the Troubleshooting guide, and make sure that you have provided all of the relevant information here. |
Works in go1.12.12 without any errors. |
reproducible with 1 line of code: go version go1.13.3 linux/amd64 Fails in go1.13.3 |
Did you extract the go tarball into the previous version and overwrite? I had this and deleted the go folder and extracted the latest version tarball and it works. |
Thank you @xgdgsc! I did that exact mistake, sorry about this. |
no longer reproducible for me with |
What version of Go are you using (
go version
)?1.13.3
Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?GO111MODULE=""
GOARCH="amd64"
GOBIN=""
GOCACHE="/home/peter/.cache/go-build"
GOENV="/home/peter/.config/go/env"
GOEXE=""
GOFLAGS=""
GOHOSTARCH="amd64"
GOHOSTOS="linux"
GONOPROXY=""
GONOSUMDB=""
GOOS="linux"
GOPATH="/home/peter/go"
GOPRIVATE=""
GOPROXY="https://proxy.golang.org,direct"
GOROOT="/usr/local/go"
GOSUMDB="sum.golang.org"
GOTMPDIR=""
GOTOOLDIR="/usr/local/go/pkg/tool/linux_amd64"
GCCGO="gccgo"
AR="ar"
CC="gcc"
CXX="g++"
CGO_ENABLED="1"
GOMOD="/home/peter/work/ecs-live-query/go.mod"
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-build276645036=/tmp/go-build -gno-record-gcc-switches"
What did you do?
Upgraded to go 1.13.3 and started vscode and opted to install gopls.
What did you expect to see?
gopls installed correctly without an error.
What did you see instead?
Complete output:
The text was updated successfully, but these errors were encountered: