website: update subrepos to use release-branch.go1.12

This CL makes sure that each of the x subrepos is using their 1.12
branches since Go 1.12 RC1 has been released and the final version
will follow in the coming weeks. Using Go 1.12 now will be easier
than downgrading to 1.11 for a couple weeks and then upgrading again
and undoing all of those changes.

Commands run (using version go1.12rc1  of the go command):

  go get golang.org/x/crypto@release-branch.go1.12 \
           golang.org/x/net@release-branch.go1.12 \
           golang.org/x/sys@release-branch.go1.12 \
           golang.org/x/text@release-branch.go1.12 \
           golang.org/x/tools@release-branch.go1.12
  go mod tidy

'go test ./...' passes when run from the
repo root.

Updates golang/go#29206

Change-Id: I1c46d8b80eba5d438864acb3cd5a3eee1b97dc3e
Reviewed-on: https://go-review.googlesource.com/c/162834
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
2 files changed
tree: ca8f7c2f6b5db51cfb2b69222084c8bc8eda1091
  1. cmd/
  2. content/
  3. internal/
  4. AUTHORS
  5. codereview.cfg
  6. CONTRIBUTING.md
  7. CONTRIBUTORS
  8. favicon.ico
  9. go.mod
  10. go.sum
  11. LICENSE
  12. PATENTS
  13. README.md
  14. robots.txt
README.md

Go Website

This repository holds the Go Website server code and content.

Note: This repo is in development and not deployed; please submit any golang.org changes to x/tools/godoc, x/tools/cmd/godoc, or go/doc

Download/Install

The easiest way to install is to run go get -u golang.org/x/website. You can also manually git clone the repository to $GOPATH/src/golang.org/x/website.

Report Issues / Send Patches

This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.

The main issue tracker for the time repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/website:” in the subject line, so it is easy to find.