Revert "update CI and everything to Go 1.14."

This reverts commit 905fe9f6a2.

We're not quite ready to update the Mac/iOS builds to 1.14.
This commit is contained in:
David Anderson
2020-03-06 13:45:54 -08:00
parent 643bf14653
commit 47265000da
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.14 or Go 1.15) in module mode. It
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.