-
Notifications
You must be signed in to change notification settings - Fork 17.8k
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
cmd/fix: support go versions with patch release #62586
cmd/fix: support go versions with patch release #62586
Conversation
This PR (HEAD: 9de6053) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/527342. Important tips:
|
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/527342. |
Message from Gopher Robot: Patch Set 1: Congratulations on opening your first change. Thank you for your contribution! Next steps: Most changes in the Go project go through a few rounds of revision. This can be During May-July and Nov-Jan the Go project is in a code freeze, during which Please don’t reply on this GitHub thread. Visit golang.org/cl/527342. |
Message from Alex Bozhenko: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/527342. |
Message from Alex Bozhenko: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/527342. |
Message from Alex Bozhenko: Patch Set 1: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/527342. |
Message from Russ Cox: Patch Set 1: (3 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/527342. |
This PR (HEAD: 6147ade) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/527342. Important tips:
|
Message from Alex Bozhenko: Patch Set 2: (3 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/527342. |
Message from Russ Cox: Patch Set 2: Code-Review+2 Please don’t reply on this GitHub thread. Visit golang.org/cl/527342. |
Message from Russ Cox: Patch Set 2: Run-TryBot+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/527342. |
Message from Gopher Robot: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/527342. |
Message from Gopher Robot: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/527342. |
Message from Gopher Robot: Patch Set 2: TryBot-Result-1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/527342. |
Message from Bryan Mills: Patch Set 2: (3 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/527342. |
6147ade
to
2bdfc57
Compare
This PR (HEAD: 2bdfc57) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/527342. Important tips:
|
This PR (HEAD: 6440a08) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/527342. Important tips:
|
This PR (HEAD: 83f190e) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/527342. Important tips:
|
83f190e
to
4b13fcc
Compare
This PR (HEAD: 4b13fcc) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/527342. Important tips:
|
Message from Alex Bozhenko: Patch Set 6: (3 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/527342. |
Message from Alex Bozhenko: Patch Set 7: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/527342. |
Message from Bryan Mills: Patch Set 7: (4 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/527342. |
4b13fcc
to
76bced5
Compare
This PR (HEAD: 76bced5) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/527342. Important tips:
|
Message from Alex Bozhenko: Patch Set 7: (3 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/527342. |
Message from Alex Bozhenko: Patch Set 8: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/527342. |
Message from Bryan Mills: Patch Set 8: Code-Review+1 Commit-Queue+1 (3 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/527342. |
Message from Bryan Mills: Patch Set 8: Auto-Submit+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/527342. |
Message from Go LUCI: Patch Set 8: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2024-02-21T22:39:02Z","revision":"d379632dfd6d8c300cc59b16f193a91705e85eff"} Please don’t reply on this GitHub thread. Visit golang.org/cl/527342. |
Message from Bryan Mills: Patch Set 8: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/527342. |
Message from Go LUCI: Patch Set 8: This CL has passed the run Please don’t reply on this GitHub thread. Visit golang.org/cl/527342. |
Message from Go LUCI: Patch Set 8: LUCI-TryBot-Result+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/527342. |
Support go version with patch release(e.g. 1.21.0) and release candidates(e.g. 1.21rc1) when parsing the go version in the fix command by using new "go/version" package. Fixes #62584 Change-Id: I0ec16137c7a396c68039d374c770c4021fb54b4e GitHub-Last-Rev: 76bced5 GitHub-Pull-Request: #62586 Reviewed-on: https://go-review.googlesource.com/c/go/+/527342 LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Russ Cox <[email protected]> Auto-Submit: Bryan Mills <[email protected]> Reviewed-by: Alex Bozhenko <[email protected]> Reviewed-by: Bryan Mills <[email protected]>
This PR is being closed because golang.org/cl/527342 has been merged. |
Support go version with patch release(e.g. 1.21.0) and release candidates(e.g. 1.21rc1) when parsing the go version in the fix command by using new "go/version" package. For #62584. Fixes #68825. Change-Id: I0ec16137c7a396c68039d374c770c4021fb54b4e GitHub-Last-Rev: 76bced5 GitHub-Pull-Request: #62586 Reviewed-on: https://go-review.googlesource.com/c/go/+/527342 LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Russ Cox <[email protected]> Auto-Submit: Bryan Mills <[email protected]> Reviewed-by: Alex Bozhenko <[email protected]> Reviewed-by: Bryan Mills <[email protected]> (cherry picked from commit 7fd62ba) Reviewed-on: https://go-review.googlesource.com/c/go/+/603981 Reviewed-by: Cherry Mui <[email protected]> TryBot-Bypass: Cherry Mui <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Kirill Kolyshkin <[email protected]>
Support go version with patch release(e.g. 1.21.0)
and release candidates(e.g. 1.21rc1)
when parsing the go version in the fix command
by using new "go/version" package.
Fixes #62584