go.mod: bump to go 1.14, latest supported version

This commit is contained in:
David Hill 2020-08-31 11:42:22 -04:00 committed by John C. Vernaleo
parent d32feb0a8e
commit 88fd8b3dc6

2
go.mod
View file

@ -1,6 +1,6 @@
module github.com/btcsuite/btcutil
go 1.13
go 1.14
require (
github.com/aead/siphash v1.0.1