diff --git a/TESTING.md b/TESTING.md index b2c53769ca..15322f9eed 100644 --- a/TESTING.md +++ b/TESTING.md @@ -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 +```