Unverified Commit 219272ac authored by Alex Browne's avatar Alex Browne Committed by GitHub

Update go.mod to require Go 1.13

https://github.com/libp2p/go-ws-transport/pull/68 uses the new `CopyBytesToGo` and `CopyBytesToJS` functions, which are only available in Go 1.13.
parent 069131c1
......@@ -12,4 +12,4 @@ require (
github.com/whyrusleeping/go-logging v0.0.1 // indirect
)
go 1.12
go 1.13
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment