summaryrefslogtreecommitdiff
path: root/test/compile_with_go111.sh
diff options
context:
space:
mode:
authorAlex Flint <[email protected]>2018-12-27 11:11:15 -0800
committerAlex Flint <[email protected]>2018-12-27 11:11:15 -0800
commit1c224f495bd5a8f0fd55e8d1f68ca1c1f51582e6 (patch)
tree1fd9f29416108518134a9adb141cc8251a53fbfa /test/compile_with_go111.sh
parentf40417ef119019b1c94b79f3f18b7f66b9fb6bce (diff)
add integration test that fetches and compiles code using go 1.11
Diffstat (limited to 'test/compile_with_go111.sh')
-rw-r--r--test/compile_with_go111.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/compile_with_go111.sh b/test/compile_with_go111.sh
new file mode 100644
index 0000000..f0dc394
--- /dev/null
+++ b/test/compile_with_go111.sh
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+docker run \
+ --rm \
+ -v $(pwd)/some-program:/src \
+ -w /src \
+ golang:1.11 \
+ go build