Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

Commit

Permalink
change CI to 1.10.x; update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jmank88 committed Feb 21, 2018
1 parent 2ecf531 commit 52e5aba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
env:
- DEPTESTBYPASS501=1
os: linux
go: "1.10"
go: 1.10.x
script:
- make validate test
- ./hack/coverage.bash
Expand All @@ -31,7 +31,7 @@ jobs:
go: tip
- <<: *simple-test
os: osx
go: "1.10"
go: 1.10.x
install:
# brew takes horribly long to update itself despite the above caching
# attempt; only bzr install if it's not on the $PATH
Expand All @@ -47,7 +47,7 @@ jobs:
# Related: https://superuser.com/questions/1044130/why-am-i-having-how-can-i-fix-this-error-shell-session-update-command-not-f
- trap EXIT
- go test -race ./...
- go: "1.10"
- go: 1.10.x
stage: deploy
go_import_path: github.com/golang/dep
install: skip
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

## Dep

`dep` is a prototype dependency management tool for Go. It requires Go 1.8 or newer to compile. **`dep` is safe for production use.**
`dep` is a prototype dependency management tool for Go. It requires Go 1.9 or newer to compile. **`dep` is safe for production use.**

`dep` is the official _experiment_, but not yet the official tool. Check out the [Roadmap](https://github.com/golang/dep/wiki/Roadmap) for more on what this means!

Expand Down

0 comments on commit 52e5aba

Please sign in to comment.