From 88fd8b3dc6214db89d4a75732e938bda28f0c6e4 Mon Sep 17 00:00:00 2001 From: David Hill Date: Mon, 31 Aug 2020 11:42:22 -0400 Subject: [PATCH] go.mod: bump to go 1.14, latest supported version --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 089aadc..11583b4 100644 --- a/go.mod +++ b/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