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

@@ -2,7 +2,7 @@
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
FROM golang:1.14-alpine AS build-env
FROM golang:1.13-alpine AS build-env
WORKDIR /go/src/tailscale