Build with Go 1.13.3 and 1.12.12 (#6565)

This commit is contained in:
Daniel Nelson
2019-10-22 13:18:02 -07:00
committed by GitHub
parent 82a8057dc1
commit d2f3215890
5 changed files with 10 additions and 10 deletions

View File

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

View File

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