-
Notifications
You must be signed in to change notification settings - Fork 482
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Update miekg/dns to v1.0.5 #229
Conversation
Godeps/Godeps.json
Outdated
@@ -1,7 +1,7 @@ | |||
{ | |||
"ImportPath": "k8s.io/dns", | |||
"GoVersion": "go1.8", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update to go1.9.3 to match what we have? Ref #193.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually, seems like we need to update the godep scripts
Line 19 in d38b2c3
GOLANG_IMAGE="golang:1.8-alpine" |
/ok-to-test |
Undone the changes and redo (re-done) for GOLANG_IMAGE="golang:1.9-alpine". |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
/lgtm
Due to this issue miekg/dns#642, dep miekg/dns is upgraded to v1.0.5 to prevent kubedns from panic when resolv.conf contains
attempt
. golang.org/x/net is upgraded to release-branch.go1.9.Fixes #228
/assign @MrHohn