Use Go 1.11.4 and 1.10.7 (#5221)

This commit is contained in:
Daniel Nelson
2019-01-03 12:41:16 -08:00
committed by GitHub
parent 3c4e737f6b
commit 334f9267b6
4 changed files with 8 additions and 8 deletions

View File

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

View File

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