-
Notifications
You must be signed in to change notification settings - Fork 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
blake2b: drop Go 1.6, Go 1.8 compatibility #240
Conversation
This PR (HEAD: 5e0d827) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/crypto/+/448240 to see it. Tip: You can toggle comments from me using the |
Message from Roland Shoemaker: Patch Set 1: Run-TryBot+1 Code-Review+2 Please don’t reply on this GitHub thread. Visit golang.org/cl/448240. |
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/448240. |
Message from Gopher Robot: Patch Set 1: TryBot-Result+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/448240. |
Message from Joedian Reid: Patch Set 1: Code-Review+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/448240. |
5e0d827
to
4a1a71b
Compare
This PR (HEAD: 4a1a71b) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/crypto/+/448240 to see it. Tip: You can toggle comments from me using the |
Message from Sebastiaan van Stijn: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/448240. |
Message from Roland Shoemaker: Patch Set 1: Run-TryBot+1 Code-Review+2 Please don’t reply on this GitHub thread. Visit golang.org/cl/448240. |
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/448240. |
Message from Gopher Robot: Patch Set 1: TryBot-Result+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/448240. |
Message from Joedian Reid: Patch Set 1: Code-Review+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/448240. |
Message from Sebastiaan van Stijn: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/448240. |
Other packages already dropped compatibility with go < 1.12, so it should be safe to remove it for this package as well.
4a1a71b
to
2b4f576
Compare
Message from Sebastiaan van Stijn: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/448240. |
This PR (HEAD: 2b4f576) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/crypto/+/448240. Important tips:
|
Message from Nicola Murino: Patch Set 3: Code-Review+2 Please don’t reply on this GitHub thread. Visit golang.org/cl/448240. |
Message from Nicola Murino: Patch Set 3: Run-TryBot+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/448240. |
Message from Gopher Robot: Patch Set 3: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/448240. |
Message from Gopher Robot: Patch Set 3: TryBot-Result+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/448240. |
Message from Dmitri Shuralyov: Patch Set 3: Code-Review+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/448240. |
Other packages already dropped compatibility with go < 1.12, so it should be safe to remove it for this package as well. Change-Id: I7e894fd11d2e7d1fe28c647bd921399a9a6e30d0 GitHub-Last-Rev: 2b4f576 GitHub-Pull-Request: #240 Reviewed-on: https://go-review.googlesource.com/c/crypto/+/448240 Run-TryBot: Nicola Murino <nicola.murino@gmail.com> Reviewed-by: Joedian Reid <joedian@golang.org> Reviewed-by: Nicola Murino <nicola.murino@gmail.com> Commit-Queue: Nicola Murino <nicola.murino@gmail.com> Auto-Submit: Nicola Murino <nicola.murino@gmail.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Michael Knyszek <mknyszek@google.com> Reviewed-by: Roland Shoemaker <roland@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
This PR is being closed because golang.org/cl/448240 has been merged. |
Other packages already dropped compatibility with go < 1.12, so it
should be safe to remove it for this package as well.