aboutsummaryrefslogtreecommitdiff
path: root/collection/go/test.sh
diff options
context:
space:
mode:
authorJosh Spicer <josh@joshspicer.com>2022-05-12 00:34:49 +0300
committerGitHub <noreply@github.com>2022-05-12 00:34:49 +0300
commitd9c4c137e1bbff48328900fceb556fa13cff2b80 (patch)
tree0bfe61ae8d7652c4ceda8b38d766bace63bcaed7 /collection/go/test.sh
parent4e303a64de2ef7c51ac061e235b7b7df53a4dc17 (diff)
test workflow invoking `devcontainer-cli features-test...` (#7)
* test go * paths * need a dot * rename
Diffstat (limited to 'collection/go/test.sh')
-rw-r--r--collection/go/test.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/collection/go/test.sh b/collection/go/test.sh
new file mode 100644
index 0000000..a2c26b6
--- /dev/null
+++ b/collection/go/test.sh
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+set -e
+
+go version
+
+echo 'Done!' \ No newline at end of file