You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
go get
fails on my environment because of grpc-go.My environment is
The text was updated successfully, but these errors were encountered: