Skip to content

Go mod #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 22, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
ci: use latest patch version of Go releases
  • Loading branch information
sbinet committed Aug 22, 2018
commit 0aaa0a8dc920f164d39b45b643842ceb71cb3a5b
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ dist: trusty
os:
- linux
go:
- 1.8.7
- 1.9.3
- "1.10.1"
- tip
- 1.8.x
- 1.9.x
- 1.10.x
- master
script:
- go test ./...
- GOARCH=386 go test ./...
matrix:
allow_failures:
- go: tip
- go: master