all: add support for go 1.13

This commit is contained in:
Jaden Weiss
2019-09-22 12:31:05 -04:00
committed by Ayke van Laethem
parent 6c9e55bd06
commit 17ef7a5c32
8 changed files with 79 additions and 15 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
# TinyGo base stage installs Go 1.12, LLVM 8 and the TinyGo compiler itself.
FROM golang:1.12 AS tinygo-base
# TinyGo base stage installs Go 1.13, LLVM 8 and the TinyGo compiler itself.
FROM golang:1.13 AS tinygo-base
RUN wget -O- https://apt.llvm.org/llvm-snapshot.gpg.key| apt-key add - && \
echo "deb http://apt.llvm.org/buster/ llvm-toolchain-buster-8 main" >> /etc/apt/sources.list && \