This issue is related to #37002, but limited in scope to just the Go standard library.
When a new version of Go is released, it takes a manual action to add it to pkg.go.dev. This can and should be automated, so that it happens as soon as a new Go version is released.
One of the ways this can be implemented is by using maintner to watch for when new Go release tags are pushed. I opened #37577 about potentially documenting that process so it's more discoverable.
julieqiu
changed the title
go.dev: automate fetching of new versions of Go standard library documentation
go.dev: automate fetching of new versions of Go standard library
Mar 12, 2020
julieqiu
changed the title
go.dev: automate fetching of new versions of Go standard library
x/pkgsite: automate fetching of new versions of Go standard library
Jun 15, 2020
This issue is related to #37002, but limited in scope to just the Go standard library.
When a new version of Go is released, it takes a manual action to add it to pkg.go.dev. This can and should be automated, so that it happens as soon as a new Go version is released.
/cc @julieqiu @jba @cagedmantis @toothrot @FiloSottile
The text was updated successfully, but these errors were encountered: