Skip to content

Commit

Permalink
fix: downgrade to go 1.13
Browse files Browse the repository at this point in the history
Go 1.14 has a timer reset deadlock (golang/go#38070).

This also downgrades quic-go until either a go patch release fixes this issue or
a version of quic-go is released that works with go 1.13.
  • Loading branch information
Stebalien authored and Walter Beegle committed Jun 8, 2020
1 parent 277010f commit 1e2a118
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 128 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ default_environment: &default_environment
executors:
golang:
docker:
- image: circleci/golang:1.14.1
- image: circleci/golang:1.13.8
working_directory: ~/ipfs/go-ipfs
environment:
<<: *default_environment
Expand All @@ -60,7 +60,7 @@ executors:
E2E_IPFSD_TYPE: go
dockerizer:
docker:
- image: circleci/golang:1.14.1
- image: circleci/golang:1.13.8
environment:
IMAGE_NAME: ipfs/go-ipfs
WIP_IMAGE_TAG: wip
Expand Down
Loading

0 comments on commit 1e2a118

Please sign in to comment.