Update to golang 1.13 (#754)

* Update to use golang 1.13
* Update node and ubuntu versions
* Update compiler version
This commit is contained in:
WithoutPants
2020-09-11 10:43:41 +10:00
committed by GitHub
parent 19dfa571da
commit 629126df98
10 changed files with 20 additions and 18 deletions

View File

@@ -14,4 +14,4 @@ LINUX_ARM32v6="echo '=== Building Linux (armv6 | Raspberry Pi 1) binary ==='; $S
COMMAND="$SETUP $WINDOWS $DARWIN $LINUX_AMD64 $LINUX_ARM64v8 $LINUX_ARM32v7 $LINUX_ARM32v6 echo '=== Build complete ==='"
docker run --rm --mount type=bind,source="$(pwd)",target=/stash -w /stash stashapp/compiler:develop /bin/bash -c "$COMMAND"
docker run --rm --mount type=bind,source="$(pwd)",target=/stash -w /stash stashapp/compiler:4 /bin/bash -c "$COMMAND"