Merge pull request #1352 from tpounds/use-go-1.5.3

Use Go 1.5.3
This commit is contained in:
Richard Scothern 2016-01-14 11:17:54 -08:00
commit 1cdc683358

View file

@ -1,4 +1,4 @@
FROM golang:1.5.2
FROM golang:1.5.3
RUN apt-get update && \
apt-get install -y librados-dev apache2-utils && \