Go Reference

golang.org/x/build/cmd/tip

Command tip is the tip.golang.org server, serving the latest HEAD straight from the Git oven.

Deployment

Staging

To deploy to the staging project https://tip-staging.golang.org:

$ make deploy-staging

Production

To deploy to https://tip.golang.org:

$ make deploy-prod