Upgrade to go1.6

This commit is contained in:
Tom Wilkie
2016-03-01 12:31:54 +00:00
parent 3e611f8986
commit b9f788993b

View File

@@ -1,4 +1,4 @@
FROM golang:1.5.3
FROM golang:1.6.0
ENV GO15VENDOREXPERIMENT 1
RUN apt-get update && apt-get install -y libpcap-dev python-requests time
RUN go clean -i net && go install -tags netgo std && go install -race -tags netgo std