Use Go 1.13.8 to build official packages (#7079)

This commit is contained in:
Daniel Nelson
2020-02-25 12:05:44 -08:00
committed by GitHub
parent f263b7ce59
commit 8acf276afe
5 changed files with 11 additions and 11 deletions

View File

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

View File

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