-
Notifications
You must be signed in to change notification settings - Fork 15
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
Installation fails on Go 1.12.5 #2
Comments
@garethr |
this method in go-client has changed - https://github.com/kubernetes/client-go/blob/master/rest/request.go#L598 (additional error arg) Can you give it a try? |
I can confirm that this worked for me, thanks. The following successfully compiles the binary:
|
@garethr would be good to update
I'll do that when this is merged |
also failed with go 1.13
|
also failed with go 1.16.5 darwin/amd64
|
go get -u github.com/sysdiglabs/kubectl-dig/cmd/kubectl-dig go version |
The text was updated successfully, but these errors were encountered: