Skip to content

Commit

Permalink
Bump go versions (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-k authored and stanislas-m committed Aug 29, 2018
1 parent 3d342f9 commit 630c6ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ dist: trusty
sudo: required

go:
- 1.8
- 1.9
- "1.10"
- "1.11"
- tip

install:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.7
FROM golang:1.11

RUN echo $GOPATH
RUN mkdir -p $GOPATH/src/github.com/gobuffalo/pop
Expand Down

0 comments on commit 630c6ce

Please sign in to comment.