ci: update CircleCI, Azure, and Docker builds to Go 1.15

Signed-off-by: deadprogram <ron@hybridgroup.com>
Этот коммит содержится в:
Ron Evans 2020-11-13 03:07:35 +01:00 коммит произвёл GitHub
родитель 30bee3afef
коммит ce57a034c3
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -426,7 +426,7 @@ jobs:
llvm: "10"
test-llvm11-go115:
docker:
- image: circleci/golang:1.15.2-buster
- image: circleci/golang:1.15-buster
steps:
- test-linux:
llvm: "11"

Просмотреть файл

@ -1,5 +1,5 @@
# TinyGo base stage installs Go 1.14, LLVM 10 and the TinyGo compiler itself.
FROM golang:1.14 AS tinygo-base
# TinyGo base stage installs the most recent Go 1.15.x, LLVM 10 and the TinyGo compiler itself.
FROM golang:1.15 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 && \