cmd/fix: support go versions with patch release#62586
cmd/fix: support go versions with patch release#62586alexbozhenko wants to merge 8 commits intogolang:masterfrom
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