all: support Go 1.14

This commit is contained in:
Elliott Sales de Andrade
2020-02-11 17:23:42 -05:00
committed by Ron Evans
parent 5674c35e14
commit 0a8bfc57ef
4 changed files with 16 additions and 9 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
# TinyGo base stage installs Go 1.13, LLVM 10 and the TinyGo compiler itself.
FROM golang:1.13 AS tinygo-base
# TinyGo base stage installs Go 1.14, LLVM 10 and the TinyGo compiler itself.
FROM golang:1.14 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-10 main" >> /etc/apt/sources.list && \