Skip to content
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

dl: switch to go install path@latest syntax in documentation #48080

Closed
dmitshur opened this issue Aug 30, 2021 · 2 comments
Closed

dl: switch to go install path@latest syntax in documentation #48080

dmitshur opened this issue Aug 30, 2021 · 2 comments
Labels
Documentation FrozenDueToAge modules NeedsFix The path to resolution is known, but the work has not been done.
Milestone

Comments

@dmitshur
Copy link
Contributor

dmitshur commented Aug 30, 2021

Now that Go 1.17 is released and Go 1.15 in unsupported per release policy, we should update documentation of golang.org/dl/go1.N commands to suggest the new go install path@latest installation syntax instead of go get per #43684.

It should be okay to update documentation for all golang.org/dl/... commands, even pre-1.15 ones, since they're still meant to serve supported Go versions, all of which by now understand the new syntax.

CC @golang/release, @bcmills, @jayconrod, @matloob.

@dmitshur dmitshur added Documentation NeedsFix The path to resolution is known, but the work has not been done. modules labels Aug 30, 2021
@dmitshur dmitshur added this to the Unreleased milestone Aug 30, 2021
@gopherbot
Copy link

Change https://golang.org/cl/346091 mentions this issue: all: switch to go install path@latest syntax in documentation

@dmitshur dmitshur added this to In Progress in Go Release Team Aug 31, 2021
Go Release Team automation moved this from In Progress to Done Aug 31, 2021
gopherbot pushed a commit to golang/website that referenced this issue Oct 4, 2021
CL 351569 updated this blog post to use gotip without arguments,
since the dev.fuzz branch has been merged to the main branch and
is slated to be included in Go 1.18.

Update the build constraint in the shown example accordingly,
since the gofuzzbeta constraint is no longer set as of CL 351118.
Suggest the use of a go1.18 build constraint instead.

While here, also update to the newer go install @latest
syntax for downloading the gotip command, for reasons
similar to what's described in CL 346091.

For golang/go#47037.
Updates golang/go#48080.

Change-Id: Icbf3d3ad5ef5532063ca3e093eed330f7ea0c0d9
Reviewed-on: https://go-review.googlesource.com/c/website/+/353430
Website-Publish: DO NOT USE <dmitshur@google.com>
Trust: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Jay Conrod <jayconrod@google.com>
Reviewed-by: Katie Hockman <katie@golang.org>
@gopherbot
Copy link

Change https://golang.org/cl/353430 mentions this issue: go.dev/_content/blog: update build constraints in fuzz-beta post

@golang golang locked and limited conversation to collaborators Oct 4, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Documentation FrozenDueToAge modules NeedsFix The path to resolution is known, but the work has not been done.
Projects
Archived in project
Development

No branches or pull requests

2 participants