mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-15 00:13:43 +00:00
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:
committed by
Ron Evans
parent
c7d8223ab7
commit
47dc1087e8
@@ -426,7 +426,7 @@ jobs:
|
|||||||
llvm: "10"
|
llvm: "10"
|
||||||
test-llvm11-go115:
|
test-llvm11-go115:
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/golang:1.15-buster
|
- image: circleci/golang:1.15.2-buster
|
||||||
steps:
|
steps:
|
||||||
- test-linux:
|
- test-linux:
|
||||||
llvm: "11"
|
llvm: "11"
|
||||||
|
|||||||
Reference in New Issue
Block a user