-
Notifications
You must be signed in to change notification settings - Fork 510
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.7 #928
Labels
Comments
We may have some lint fixes I think for go 1.7. On RC5 I see:
|
I still seem to be seeing it :| It's a mutex in a different file I think |
ah, yes, you're right. We can make a similar change 👍 |
Hola Go 1.7! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Upgrade circle CI to use Go 1.7, fix any breakage that causes (none expected based on release notes).
This should give us faster, smaller binaries. Among other specifically interesting improvements, sha256 has been sped up by 10% or more, and we do a lot of sha256 hashing.
The text was updated successfully, but these errors were encountered: