Skip to content

Commit

Permalink
Update build environment to golang 1.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
yuuki committed Feb 9, 2017
1 parent 68d211a commit 5f09375
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
FROM golang:1.6.0
FROM golang:1.7.5

RUN go get github.com/golang/lint/golint \
golang.org/x/tools/cmd/vet \
github.com/tools/godep \
github.com/axw/gocov/gocov \
github.com/laher/goxc
RUN go get github.com/laher/goxc

ENV USER root
WORKDIR /go/src/github.com/yuuki/gokc
Expand Down

0 comments on commit 5f09375

Please sign in to comment.