Update golang to 1.14

This commit is contained in:
Haiyan Meng
2020-06-15 09:51:37 -07:00
parent 171412cc98
commit 2d496e0efe

View File

@@ -1,4 +1,4 @@
FROM golang:1.11 AS build
FROM golang:1.14 AS build
ARG GO111MODULE=on