Browse code

TESTING.md: document GO_VERSION

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
(cherry picked from commit a55753877016eaa3ed577774c11c2428f95ac433)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

Kir Kolyshkin authored on 2019/07/19 05:53:38
Showing 1 changed files
... ...
@@ -87,3 +87,10 @@ To run the integration test suite:
87 87
 ```
88 88
 make test-integration
89 89
 ```
90
+
91
+You can change a version of golang used for building stuff that is being tested
92
+by setting `GO_VERSION` variable, for example:
93
+
94
+```
95
+make GO_VERSION=1.12.7 test
96
+```