1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-05-17 15:06:47 +08:00

fix: downgrade to go 1.13

Go 1.14 has a timer reset deadlock (https://github.com/golang/go/issues/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.
This commit is contained in:
Steven Allen
2020-03-29 18:41:47 -07:00
parent 3561de0740
commit 968e70f1e2
5 changed files with 15 additions and 131 deletions

View File

@ -1,5 +1,5 @@
# golang utilities
GO_MIN_VERSION = 1.14.1
GO_MIN_VERSION = 1.13.8
export GO111MODULE=on