Skip to content
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

Update .travis.yml - Use 1.9.x and 1.10.x #76

Merged
merged 1 commit into from
Aug 2, 2018
Merged

Update .travis.yml - Use 1.9.x and 1.10.x #76

merged 1 commit into from
Aug 2, 2018

Conversation

n1kolas
Copy link
Contributor

@n1kolas n1kolas commented Jul 18, 2018

  • Removes 1.7.x and 1.8.x
  • Introduces 1.9.x and 1.10.x

Currently the travis jobs for 1.7.x fail, because dep is using functions introduced in go 1.8.x

$ make dependency
go get -u github.com/golang/dep/cmd/dep
# github.com/golang/dep/gps
../../golang/dep/gps/constraint.go:378: undefined: sort.SliceStable
../../golang/dep/gps/lock.go:31: undefined: sort.SliceIsSorted
../../golang/dep/gps/lock.go:38: undefined: sort.Slice

Motivation behind the new versions is the .travis.yml configuration in the echo Repository.
See: https://github.com/labstack/echo/blob/master/.travis.yml

- Removes 1.7.x and 1.8.x
- Introduces 1.9.x and 1.10.x
@vishr vishr merged commit c86f32c into labstack:master Aug 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants