mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-05 03:27:48 +00:00
ci: fix Go image on the Debian Stretch images
The build broke because the images got upgraded from stretch to buster. Specify the stretch images (for now) so that it works again. We can upgrade to buster for go1.12 at a later time.
This commit is contained in:
committed by
Ron Evans
parent
64597de344
commit
8eb6039052
@@ -225,17 +225,17 @@ commands:
|
||||
jobs:
|
||||
test-llvm8-go111:
|
||||
docker:
|
||||
- image: circleci/golang:1.11
|
||||
- image: circleci/golang:1.11-stretch
|
||||
steps:
|
||||
- test-linux
|
||||
test-llvm8-go112:
|
||||
docker:
|
||||
- image: circleci/golang:1.12
|
||||
- image: circleci/golang:1.12-stretch
|
||||
steps:
|
||||
- test-linux
|
||||
build-linux:
|
||||
docker:
|
||||
- image: circleci/golang:1.12
|
||||
- image: circleci/golang:1.12-stretch
|
||||
steps:
|
||||
- build-linux
|
||||
build-macos:
|
||||
|
||||
Reference in New Issue
Block a user