summaryrefslogtreecommitdiff
path: root/test/compile_with_go111.sh
diff options
context:
space:
mode:
authorAlex Flint <[email protected]>2018-12-27 11:25:10 -0800
committerAlex Flint <[email protected]>2018-12-27 11:25:10 -0800
commite5a1f3c9998f0debb175b9d44ebf97deb8c7ca36 (patch)
treeff2e4a32797675e80c3833eebb93c311b27e342c /test/compile_with_go111.sh
parent25cd36cac6373d182f4274bbbe685ea777d533d2 (diff)
add script to compile under go 1.10
Diffstat (limited to 'test/compile_with_go111.sh')
-rw-r--r--test/compile_with_go111.sh3
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 \