go.mod: bump to go 1.14, latest supported version
This commit is contained in:
parent
d32feb0a8e
commit
88fd8b3dc6
1 changed files with 1 additions and 1 deletions
2
go.mod
2
go.mod
|
@ -1,6 +1,6 @@
|
|||
module github.com/btcsuite/btcutil
|
||||
|
||||
go 1.13
|
||||
go 1.14
|
||||
|
||||
require (
|
||||
github.com/aead/siphash v1.0.1
|
||||
|
|
Loading…
Reference in a new issue