update to go 1.14

Signed-off-by: Steve Kriss <krisss@vmware.com>
This commit is contained in:
Steve Kriss
2020-02-27 10:09:38 -07:00
parent 17d7ea7876
commit 9d7bd59957
3 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM golang:1.13
FROM golang:1.14
ENV GO111MODULE=on
# Use a proxy for go modules to reduce the likelihood of various hosts being down and breaking the build