Build packages with Go 1.13.5 (#6767)

This commit is contained in:
Daniel Nelson
2019-12-06 17:10:59 -08:00
committed by GitHub
parent 3e46768578
commit 613d0dbd16
6 changed files with 11 additions and 11 deletions

View File

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

View File

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