mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-03 02:27:48 +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"
|
||||
test-llvm11-go115:
|
||||
docker:
|
||||
- image: circleci/golang:1.15-buster
|
||||
- image: circleci/golang:1.15.2-buster
|
||||
steps:
|
||||
- test-linux:
|
||||
llvm: "11"
|
||||
|
||||
Reference in New Issue
Block a user