Switch to Go 1.15.

Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
This commit is contained in:
Brad Fitzpatrick
2020-08-18 15:45:24 -07:00
committed by Brad Fitzpatrick
parent c5eb57f4d6
commit 862d223c39
9 changed files with 9 additions and 9 deletions

View File

@@ -31,7 +31,7 @@ go install tailscale.com/cmd/tailscale{,d}
```
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
release candidate builds (currently Go 1.15) in module mode. It might
work in earlier Go versions or in GOPATH mode, but we're making no
effort to keep those working.