golang/go

x/pkgsite, x/build/cmd/relui: automate fetching of new versions of Go standard library

Open

#37,568 opened on Feb 28, 2020

View on GitHub
 (2 comments) (2 reactions) (0 assignees)Go (19,008 forks)batch import
BuildersFeatureRequestNeedsInvestigationhelp wantedpkgsite

Repository metrics

Stars
 (133,883 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

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

Contributor guide