Skip to content

Commit

Permalink
Require go1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
magiconair committed Mar 22, 2018
1 parent f6be07e commit e056f14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ dist: trusty
language: go

go:
- 1.8.x
- 1.9.x
- "1.10"

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ The full documentation is on [fabiolb.net](https://fabiolb.net/)
1. Install from source, [binary](https://github.com/fabiolb/fabio/releases),
[Docker](https://hub.docker.com/r/fabiolb/fabio/) or [Homebrew](http://brew.sh).
```shell
# go 1.8 or higher is required
go get github.com/fabiolb/fabio (>= go1.8)
# go 1.9 or higher is required
go get github.com/fabiolb/fabio (>= go1.9)

brew install fabio (OSX/macOS stable)
brew install --devel fabio (OSX/macOS devel)
Expand Down

0 comments on commit e056f14

Please sign in to comment.