Skip to content

Commit 7b6efef

Browse files
authored
Merge pull request #388 from alex-slynko/patch-1
`bin/test` requires Go 1.11
2 parents 5205c7f + dcc022d commit 7b6efef

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

README.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -39,22 +39,12 @@ in such a way as to impact other tests.
3939

4040
## Test Setup
4141
### Prerequisites for running CATS
42-
- Install golang >= `1.7`. Set up your golang development environment, per
42+
- Install golang >= `1.11`. Set up your golang development environment, per
4343
[golang.org](http://golang.org/doc/install).
4444
- Install the [`cf CLI`](https://github.com/cloudfoundry/cli).
4545
Make sure that it is accessible in your `$PATH`.
4646
- Install [curl](http://curl.haxx.se/)
47-
- Check out a copy of `cf-acceptance-tests`
48-
and make sure that it is added to your `$GOPATH`.
49-
The recommended way to do this is to run:
50-
51-
```bash
52-
go get -d github.com/cloudfoundry/cf-acceptance-tests
53-
```
54-
55-
You will receive a warning:
56-
`no buildable Go source files`.
57-
This can be ignored, as there is only test code in the package.
47+
- Check out a copy of `cf-acceptance-tests`. It uses Go modules, so there is no need to put it in `$GOPATH`.
5848
- Ensure all submodules are checked out to the correct SHA.
5949
The easiest way to do this is by running:
6050

0 commit comments

Comments
 (0)