update CI and everything to Go 1.14.

This commit is contained in:
David Anderson
2020-03-06 12:55:52 -08:00
parent c8ebac2def
commit 905fe9f6a2
9 changed files with 15 additions and 15 deletions

View File

@@ -24,7 +24,7 @@ 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
candidate builds (currently Go 1.14 or 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.