소스 검색

TESTING.md: document GO_VERSION

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
Kir Kolyshkin 6 년 전
부모
커밋
a557538770
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. 7 0
      TESTING.md

+ 7 - 0
TESTING.md

@@ -87,3 +87,10 @@ To run the integration test suite:
 ```
 ```
 make test-integration
 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
+```