glide icon indicating copy to clipboard operation
glide copied to clipboard

glide can't get newest version of golang.org/x/sys

Open zhyon404 opened this issue 6 years ago • 0 comments

google.golang.org/grpc need newest version of golang.org/x/sys, otherwise it report

src/vendor/google.golang.org/grpc/internal/channelz/types_linux.go:41:15: undefined: unix.GetsockoptLinger
src/vendor/google.golang.org/grpc/internal/channelz/types_linux.go:44:15: undefined: unix.GetsockoptTimeval
src/vendor/google.golang.org/grpc/internal/channelz/types_linux.go:47:15: undefined: unix.GetsockoptTimeval

after glide up, glide get ebfc5b4631820b793c9010c87fd8fef0f39eb082 which is left behind 4 commit. currently i set golang.org/x/sys newest version and run glide install to solve this problem.

zhyon404 avatar Sep 20 '18 03:09 zhyon404