Skip to content

Commit

Permalink
replace Dep with Go modules (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
ktr0731 authored Nov 8, 2018
1 parent 587ed17 commit 267b27c
Show file tree
Hide file tree
Showing 13 changed files with 227 additions and 709 deletions.
2 changes: 1 addition & 1 deletion Dockerfile → .circleci/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM circleci/golang:1.10
FROM circleci/golang:1.11.2

RUN curl -Lo protoc.zip https://github.com/google/protobuf/releases/download/v3.5.1/protoc-3.5.1-linux-x86_64.zip && \
unzip protoc && \
Expand Down
Loading

0 comments on commit 267b27c

Please sign in to comment.