Dockerfile: add some usage docs, bump to Go 1.14

This commit is contained in:
Brad Fitzpatrick
2020-04-06 07:57:47 -07:00
parent d503dee6f1
commit 02948d2c86
2 changed files with 24 additions and 5 deletions

View File

@@ -23,10 +23,10 @@ https://pkgs.tailscale.com .
go install tailscale.com/cmd/tailscale{,d}
```
We only support the latest Go release and any Go beta or release
candidate builds (currently Go 1.13.x or Go 1.14) in module mode. It
might work in earlier Go versions or in GOPATH mode, but we're making
no effort to keep those working.
We only guarantee to support the latest Go release and any Go beta or
release candidate builds (currently Go 1.14) in module mode. It might
work in earlier Go versions or in GOPATH mode, but we're making no
effort to keep those working.
## Bugs