Update to Go 1.12.9 and 1.11.13 (#6303)

This commit is contained in:
Daniel Nelson
2019-08-22 10:51:15 -07:00
committed by GitHub
parent b578586d4a
commit 1848adaf79
5 changed files with 10 additions and 15 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:1.11.10
FROM golang:1.11.13
RUN chmod -R 755 "$GOPATH"

View File

@@ -1,4 +1,4 @@
FROM golang:1.12.5
FROM golang:1.12.9
RUN chmod -R 755 "$GOPATH"