Merge pull request #4050 from thaJeztah/bump_golang_1.14

Update to golang 1.15.2
This commit is contained in:
Maksym Pavlenko
2020-09-14 09:42:13 -07:00
committed by GitHub
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