Update CI to Go 1.10.4 (#4860)

This commit is contained in:
Trevor Pounds
2018-10-18 18:45:18 -04:00
committed by Daniel Nelson
parent fb435b2fa5
commit ecaaa20ed0
4 changed files with 6 additions and 6 deletions

View File

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