internal/poly1305: drop Go 1.12 compatibility#239
internal/poly1305: drop Go 1.12 compatibility#239thaJeztah wants to merge 1 commit intogolang:masterfrom
Conversation
|
This PR (HEAD: e79997e) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/crypto/+/448239 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/448239. |
|
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/448239. |
|
Message from Gopher Robot: Patch Set 1: TryBot-Result+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/448239. |
|
Message from Joedian Reid: Patch Set 1: Code-Review+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/448239. |
|
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/448239. |
|
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/448239. |
|
Message from Gopher Robot: Patch Set 1: TryBot-Result+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/448239. |
|
Message from Joedian Reid: Patch Set 1: Code-Review+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/448239. |
e79997e to
87b7b8e
Compare
|
This PR (HEAD: 87b7b8e) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/crypto/+/448239. Important tips:
|
Other packages already dropped compatibility with go1.12, so it should be safe to remove it for this package as well.
87b7b8e to
1971e03
Compare
|
This PR (HEAD: 1971e03) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/crypto/+/448239. Important tips:
|
|
Message from Filippo Valsorda: Patch Set 3: Auto-Submit+1 Code-Review+2 Commit-Queue+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/448239. |
|
Message from Go LUCI: Patch Set 3: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2023-12-30T12:12:19Z","revision":"0cc6f8e6f6f7d2917c571a254ec3457eb646f6f8"} Please don’t reply on this GitHub thread. Visit golang.org/cl/448239. |
|
Message from Filippo Valsorda: Patch Set 3: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/448239. |
|
Message from Go LUCI: Patch Set 3: This CL has passed the run Please don’t reply on this GitHub thread. Visit golang.org/cl/448239. |
|
Message from Go LUCI: Patch Set 3: LUCI-TryBot-Result+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/448239. |
|
Message from Joedian Reid: Patch Set 3: Code-Review+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/448239. |
|
Message from Joedian Reid: Patch Set 3: Code-Review+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/448239. |
Other packages already dropped compatibility with go1.12, so it should be safe to remove it for this package as well. Change-Id: Ieecc7cd06a0a4e69e8c1c09ef6fefe95d78ceb75 GitHub-Last-Rev: 1971e03 GitHub-Pull-Request: #239 Reviewed-on: https://go-review.googlesource.com/c/crypto/+/448239 Reviewed-by: Joedian Reid <[email protected]> Auto-Submit: Filippo Valsorda <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Filippo Valsorda <[email protected]> Reviewed-by: Roland Shoemaker <[email protected]> Reviewed-by: Matthew Dempsky <[email protected]>
|
This PR is being closed because golang.org/cl/448239 has been merged. |
Other packages already dropped compatibility with go1.12, so it should be safe to remove it for this package as well.