update to golang 1.15.2

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2020-02-22 18:28:52 +01:00
parent bc4c381399
commit d1c8d98658
7 changed files with 14 additions and 14 deletions

View File

@@ -6,7 +6,7 @@
# 3.) $ make binaries install test
#
ARG GOLANG_VERSION=1.13.15
ARG GOLANG_VERSION=1.15.2
FROM golang:${GOLANG_VERSION} AS golang-base
RUN mkdir -p /go/src/github.com/containerd/containerd