Skip to content

Commit

Permalink
Merge pull request #3 from samsarahq/stephen/go-1.10.1
Browse files Browse the repository at this point in the history
Use go 1.10 in test
  • Loading branch information
stephen authored Oct 29, 2018
2 parents 11825df + 81e5572 commit adb695e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ vendor
dist
.godeps
*.exe
dep


# Go.gitignore
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: go
go:
- 1.8.x
- 1.10.1
script:
- wget -O dep https://github.com/golang/dep/releases/download/v0.3.2/dep-linux-amd64
- chmod +x dep
Expand Down

0 comments on commit adb695e

Please sign in to comment.