Skip to content

Commit a712dec

Browse files
committed
Dockerfile: update Go version to 1.13
Change-Id: I7a4dd7168e8ae8f4898de615dc5564f76114038f Reviewed-on: https://go-review.googlesource.com/c/playground/+/192917 Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Alexander Rakoczy <[email protected]>
1 parent ee0783d commit a712dec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ RUN apt-get update && apt-get install -y ${BUILD_DEPS} --no-install-recommends
1717
ENV GOPATH /go
1818
ENV PATH /usr/local/go/bin:$GOPATH/bin:$PATH
1919
ENV GOROOT_BOOTSTRAP /usr/local/gobootstrap
20-
ENV GO_BOOTSTRAP_VERSION go1.12.6
21-
ARG GO_VERSION=go1.12.6
20+
ENV GO_BOOTSTRAP_VERSION go1.13
21+
ARG GO_VERSION=go1.13
2222
ENV GO_VERSION ${GO_VERSION}
2323

2424
# Fake time

0 commit comments

Comments
 (0)