Use Go 1.10.8 and 1.11.5 (#5346)

This commit is contained in:
Daniel Nelson
2019-01-25 18:08:48 -08:00
committed by GitHub
parent 36b55c3d76
commit d5a03eb690
4 changed files with 8 additions and 8 deletions

View File

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

View File

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