Skip to content

Commit

Permalink
Update to Go 1.5
Browse files Browse the repository at this point in the history
Fixes #107
  • Loading branch information
zimmski committed Feb 5, 2016
1 parent e557baa commit 49dddff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
language: go
go:
- 1.5

addons:
apt:
Expand Down
2 changes: 1 addition & 1 deletion scripts/vagrant-environment.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

export GO_VERSION=1.4.3
export GO_VERSION=1.5.3

# Install Go
mkdir -p $HOME/go
Expand Down

0 comments on commit 49dddff

Please sign in to comment.