Skip to content

Commit 47dc108

Browse files
aykevldeadprogram
authored andcommitted
ci: work around bug in Go 1.15.3
This works around a bug in Go 1.15.3 by pinning an older version. See: golang/go#42032
1 parent c7d8223 commit 47dc108

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ jobs:
426426
llvm: "10"
427427
test-llvm11-go115:
428428
docker:
429-
- image: circleci/golang:1.15-buster
429+
- image: circleci/golang:1.15.2-buster
430430
steps:
431431
- test-linux:
432432
llvm: "11"

0 commit comments

Comments
 (0)