From b01e02b96bfbb4bd8b95014dc2777b5d9db05d0b Mon Sep 17 00:00:00 2001 From: web3-bot Date: Mon, 14 Aug 2023 11:09:53 +0000 Subject: [PATCH] chore: bump go.mod to Go 1.20 and run go fix --- v2/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/go.mod b/v2/go.mod index 40772cd..7f54227 100644 --- a/v2/go.mod +++ b/v2/go.mod @@ -1,6 +1,6 @@ module github.com/ipld/go-car/v2 -go 1.19 +go 1.20 require ( github.com/ipfs/go-block-format v0.1.2