summaryrefslogtreecommitdiff
path: root/test/compile_with_go111.sh
diff options
context:
space:
mode:
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 \