From bd7d6a3d736a3d9781ef3b243a8e18e93f632955 Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Thu, 13 Aug 2020 10:11:24 -0400 Subject: go1.15 (#12475) * go1.15 * update makefile xgo version * fix vet issue * update docs to version of go in use * add TODO for asyncpreemptoff Co-authored-by: Lauris BH --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index a04324c94e..9c678a60ad 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ ################################### #Build stage -FROM golang:1.14-alpine3.12 AS build-env +FROM golang:1.15-alpine3.12 AS build-env ARG GOPROXY ENV GOPROXY ${GOPROXY:-direct} -- cgit v1.2.3