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

Commit b0a2e0f

Browse files
authored
Merge pull request #1708 from jmank88/ci
change CI to 1.10.x; update docs
2 parents 2ecf531 + 52e5aba commit b0a2e0f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
env:
1313
- DEPTESTBYPASS501=1
1414
os: linux
15-
go: "1.10"
15+
go: 1.10.x
1616
script:
1717
- make validate test
1818
- ./hack/coverage.bash
@@ -31,7 +31,7 @@ jobs:
3131
go: tip
3232
- <<: *simple-test
3333
os: osx
34-
go: "1.10"
34+
go: 1.10.x
3535
install:
3636
# brew takes horribly long to update itself despite the above caching
3737
# attempt; only bzr install if it's not on the $PATH
@@ -47,7 +47,7 @@ jobs:
4747
# Related: https://superuser.com/questions/1044130/why-am-i-having-how-can-i-fix-this-error-shell-session-update-command-not-f
4848
- trap EXIT
4949
- go test -race ./...
50-
- go: "1.10"
50+
- go: 1.10.x
5151
stage: deploy
5252
go_import_path: github.com/golang/dep
5353
install: skip

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
## Dep
99

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

1212
`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!
1313

0 commit comments

Comments
 (0)