TESTING.md: document GO_VERSION

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
(cherry picked from commit a557538770)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Kir Kolyshkin 2019-07-18 13:53:38 -07:00 committed by Sebastiaan van Stijn
parent c364e5d1ba
commit 97ca6434e0
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C
1 changed files with 7 additions and 0 deletions

View File

@ -87,3 +87,10 @@ To run the integration test suite:
```
make test-integration
```
You can change a version of golang used for building stuff that is being tested
by setting `GO_VERSION` variable, for example:
```
make GO_VERSION=1.12.7 test
```