Bump Golang 1.15.5

Changes: https://golang.org/doc/devel/release.html#go1.15

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
This commit is contained in:
Akihiro Suda
2020-11-16 14:36:35 +09:00
parent 0ec47b3348
commit af0a20a4d5
6 changed files with 12 additions and 12 deletions

View File

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