Skip to content

Commit

Permalink
Merge pull request #144 from mraerino/chore/travis-upgrade-go
Browse files Browse the repository at this point in the history
Upgrade go in TravisCI to version 1.9 to fix the install of golint
  • Loading branch information
bcomnes committed Oct 19, 2018
2 parents a6495a0 + 28064b4 commit 643c0ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
language: go

go:
- 1.8
- "1.9"

install: make deps
script: make all
Expand Down

0 comments on commit 643c0ca

Please sign in to comment.