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:
@ -1,5 +1,5 @@
|
||||
# golang utilities
|
||||
GO_MIN_VERSION = 1.14.1
|
||||
GO_MIN_VERSION = 1.13.8
|
||||
export GO111MODULE=on
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user