Skip to content
This repository has been archived by the owner on Dec 13, 2021. It is now read-only.

Commit

Permalink
*: bump up Go to 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
AkihiroSuda committed Aug 16, 2016
1 parent 8c679d1 commit bb89832
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ language: go
sudo: required

go:
- 1.6
- 1.7

services:
- docker
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
## (Optional) Install pynmz nfqhook deps
libnetfilter-queue1 python-prctl

## Install Go 1.6
RUN curl https://storage.googleapis.com/golang/go1.6.linux-amd64.tar.gz | tar Cxz /usr/local && mkdir /gopath
## Install Go
RUN curl https://storage.googleapis.com/golang/go1.7.linux-amd64.tar.gz | tar Cxz /usr/local && mkdir /gopath
ENV PATH /usr/local/go/bin:$PATH
ENV GOPATH /gopath

Expand Down

0 comments on commit bb89832

Please sign in to comment.