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: https://github.com/golang/go/issues/42032
This commit is contained in:
Ayke van Laethem
2020-10-17 03:36:49 +02:00
committed by Ron Evans
parent c7d8223ab7
commit 47dc1087e8
+1 -1
View File
@@ -426,7 +426,7 @@ jobs:
llvm: "10"
test-llvm11-go115:
docker:
- image: circleci/golang:1.15-buster
- image: circleci/golang:1.15.2-buster
steps:
- test-linux:
llvm: "11"