From c10b98cc078e97bcbc493bac116def216f602b80 Mon Sep 17 00:00:00 2001 From: Martin Hutchinson Date: Wed, 20 Jul 2022 11:58:48 +0100 Subject: [PATCH] Update to go1.17 We _may_ want to go further than this to support fuzzing (#33), but as an interim go1.17 is sufficiently old that I don't think we'll be excluding anyone by bumping to this. --- go.mod | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 8e87152..d10326e 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,7 @@ module github.com/transparency-dev/merkle -go 1.16 +go 1.17 require github.com/google/go-cmp v0.5.6 + +require golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 // indirect