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

@@ -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.13-alpine AS build-env
FROM golang:1.14-alpine AS build-env
WORKDIR /go/src/tailscale