mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
TESTING.md: document GO_VERSION
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
@@ -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
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user