diff options
| author | Alex Flint <[email protected]> | 2018-12-27 11:25:10 -0800 |
|---|---|---|
| committer | Alex Flint <[email protected]> | 2018-12-27 11:25:10 -0800 |
| commit | e5a1f3c9998f0debb175b9d44ebf97deb8c7ca36 (patch) | |
| tree | ff2e4a32797675e80c3833eebb93c311b27e342c /test/compile_with_go111.sh | |
| parent | 25cd36cac6373d182f4274bbbe685ea777d533d2 (diff) | |
add script to compile under go 1.10
Diffstat (limited to 'test/compile_with_go111.sh')
| -rw-r--r-- | test/compile_with_go111.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/compile_with_go111.sh b/test/compile_with_go111.sh index d5de179..e11daaf 100644 --- a/test/compile_with_go111.sh +++ b/test/compile_with_go111.sh @@ -1,5 +1,8 @@ #!/bin/bash +# This test checks that we can compile some code that depends on go-arg when using go 1.11 +# with the new go module system active. + docker run \ --rm \ -v $(pwd)/some-program:/src \ |
