Skip to content

Commit

Permalink
Drop support for Go 1.7.
Browse files Browse the repository at this point in the history
We can to use os.Executable in elves#519, which has been introduced in Go 1.8.
  • Loading branch information
xiaq committed Nov 29, 2017
1 parent 2a579f0 commit 46003d0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ language: go
env:
- CGO_ENABLED=0
go:
- 1.7
- 1.8
- 1.9
sudo: false
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ This README documents the development aspect of Elvish. Other information is to

To build Elvish, you need

* A Go toolchain >= 1.7.
* A Go toolchain >= 1.8.

* Linux (with x86, x64 or amd64 CPU) or macOS (with reasonably new hardware).

Expand Down

0 comments on commit 46003d0

Please sign in to comment.