Skip to content

Commit

Permalink
Define minimum golang version (google#204)
Browse files Browse the repository at this point in the history
Fixes google#27.
  • Loading branch information
jonjohnsonjr authored and dekkagaijin committed Jun 5, 2018
1 parent ef804b1 commit dc0a777
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ dist: trusty
language:
- go

go:
- "1.10"
- tip

before_install:
# Bazel requires JDK8
- sudo apt-get install oracle-java8-installer
Expand Down

0 comments on commit dc0a777

Please sign in to comment.