aboutsummaryrefslogtreecommitdiff
path: root/test/go/install_go_twice.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/go/install_go_twice.sh')
-rw-r--r--test/go/install_go_twice.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/go/install_go_twice.sh b/test/go/install_go_twice.sh
new file mode 100644
index 0000000..8f6ef54
--- /dev/null
+++ b/test/go/install_go_twice.sh
@@ -0,0 +1,11 @@
+#!/bin/bash
+
+set -e
+
+# Optional: Import test library
+source dev-container-features-test-lib
+
+check "go-version" bash -c "go version | grep 1.19"
+
+# Report result
+reportResults