Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Unable to build skicka because of grpc-go error #139

Open
garaemon opened this issue Jul 31, 2020 · 1 comment
Open

Unable to build skicka because of grpc-go error #139

garaemon opened this issue Jul 31, 2020 · 1 comment

Comments

@garaemon
Copy link

go get fails on my environment because of grpc-go.

$ GOPATH=$PWD /usr/lib/go-1.9/bin/go get github.com/google/skicka
# google.golang.org/grpc/internal/credentials
src/google.golang.org/grpc/internal/credentials/spiffe.go:34:70: state.PeerCertificates[0].URIs undefined (type *x509.Certificate has no field or method URIs)
src/google.golang.org/grpc/internal/credentials/spiffe.go:38:47: state.PeerCertificates[0].URIs undefined (type *x509.Certificate has no field or method URIs)
src/google.golang.org/grpc/internal/credentials/spiffe.go:56:35: state.PeerCertificates[0].URIs undefined (type *x509.Certificate has no field or method URIs)

My environment is

$ uname -a
Linux parallels-ubuntu1804 4.15.0-112-generic #113-Ubuntu SMP Thu Jul 9 23:41:39 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
$ /usr/lib/go-1.9/bin/go version
go version go1.9.4 linux/amd64
@amaraliou
Copy link

Having the same error when trying to build on CircleCI, any updates?

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

No branches or pull requests

2 participants