-
Couldn't load subscription status.
- Fork 363
_content/ref/mod: adding a toolchain directive only applies to Go <= 1.24 #329
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
base: master
Are you sure you want to change the base?
_content/ref/mod: adding a toolchain directive only applies to Go <= 1.24 #329
Conversation
|
This PR (HEAD: c6daa31) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/website/+/696056. Important tips:
|
|
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/696056. |
|
Message from Sean Liao: Patch Set 1: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/696056. |
c6daa31 to
645167d
Compare
|
This PR (HEAD: 645167d) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/website/+/696056. Important tips:
|
|
Message from Sean Liao: Patch Set 2: Commit-Queue+1 (3 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/696056. |
|
Message from Go LUCI: Patch Set 2: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2025-08-19T23:22:19Z","revision":"8a68a75e5c8dd816404c471eacb2ea45710022f3"} Please don’t reply on this GitHub thread. Visit golang.org/cl/696056. |
|
Message from Sean Liao: Patch Set 2: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/696056. |
|
Message from Go LUCI: Patch Set 2: This CL has passed the run Please don’t reply on this GitHub thread. Visit golang.org/cl/696056. |
|
Message from Go LUCI: Patch Set 2: LUCI-TryBot-Result+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/696056. |
645167d to
dbc2a59
Compare
|
This PR (HEAD: dbc2a59) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/website/+/696056. Important tips:
|
|
Message from Sean Liao: Patch Set 3: Auto-Submit+1 Code-Review+2 (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/696056. |
|
Message from Cherry Mui: Patch Set 3: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/696056. |
|
Message from Sean Liao: Patch Set 3: -Auto-Submit -Code-Review (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/696056. |
…1.24 Since Go 1.25 this is no longer the case. See also https://go.dev/doc/go1.25#go-command. For golang/go#65847
dbc2a59 to
66d2718
Compare
|
This PR (HEAD: 66d2718) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/website/+/696056. Important tips:
|
|
Message from Sean Liao: Patch Set 4: Code-Review+2 Commit-Queue+1 (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/696056. |
|
Message from Go LUCI: Patch Set 4: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2025-09-19T10:49:26Z","revision":"308f232ecafd0ed1680029562f2f90a1c9bb4877"} Please don’t reply on this GitHub thread. Visit golang.org/cl/696056. |
|
Message from Sean Liao: Patch Set 4: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/696056. |
|
Message from Go LUCI: Patch Set 4: This CL has passed the run Please don’t reply on this GitHub thread. Visit golang.org/cl/696056. |
|
Message from Go LUCI: Patch Set 4: LUCI-TryBot-Result+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/696056. |
|
Message from Cherry Mui: Patch Set 4: Code-Review+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/696056. |
|
Message from Michael Knyszek: Patch Set 4: (3 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/696056. |
|
Message from Sean Liao: Patch Set 4: -Code-Review Please don’t reply on this GitHub thread. Visit golang.org/cl/696056. |
Since Go 1.25 this is no longer the case.
See also https://go.dev/doc/go1.25#go-command.
For golang/go#65847