Skip to content

Commit

Permalink
Update to go1.17
Browse files Browse the repository at this point in the history
We _may_ want to go further than this to support fuzzing (transparency-dev#33), but as an interim go1.17 is sufficiently old that I don't think we'll be excluding anyone by bumping to this.
  • Loading branch information
mhutchinson committed Jul 20, 2022
1 parent 3d7510c commit c10b98c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit c10b98c

Please sign in to comment.