File tree Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -39,22 +39,12 @@ in such a way as to impact other tests.
39
39
40
40
## Test Setup
41
41
### 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
43
43
[ golang.org] ( http://golang.org/doc/install ) .
44
44
- Install the [ ` cf CLI ` ] ( https://github.com/cloudfoundry/cli ) .
45
45
Make sure that it is accessible in your ` $PATH ` .
46
46
- 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 ` .
58
48
- Ensure all submodules are checked out to the correct SHA.
59
49
The easiest way to do this is by running:
60
50
You can’t perform that action at this time.
0 commit comments