-
Notifications
You must be signed in to change notification settings - Fork 20.2k
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
Upgrade to Go 1.12 #19166
Upgrade to Go 1.12 #19166
Conversation
5a45b54
to
77bf127
Compare
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.
LGTM
I've worked around one upstream bug: golang/go#30399 Still fails with another upstream issue: golang/go#30401 |
FWIW, a cleaner way to work around the vet issue in 1.12 is to add something like:
|
@mvdan Yeah, but since the issue is only in some relatively tiny test code, might as well just replace that formatting string. It's not something essential or live either way. |
Release notes: https://golang.org/doc/go1.12