Skip to content

Commit 8eb6039

Browse files
aykevldeadprogram
authored andcommitted
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.
1 parent 64597de commit 8eb6039

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -225,17 +225,17 @@ commands:
225225
jobs:
226226
test-llvm8-go111:
227227
docker:
228-
- image: circleci/golang:1.11
228+
- image: circleci/golang:1.11-stretch
229229
steps:
230230
- test-linux
231231
test-llvm8-go112:
232232
docker:
233-
- image: circleci/golang:1.12
233+
- image: circleci/golang:1.12-stretch
234234
steps:
235235
- test-linux
236236
build-linux:
237237
docker:
238-
- image: circleci/golang:1.12
238+
- image: circleci/golang:1.12-stretch
239239
steps:
240240
- build-linux
241241
build-macos:

0 commit comments

Comments
 (0)