From 79da7463008e390b15a94f4407d8008bd17d3146 Mon Sep 17 00:00:00 2001 From: web3-bot Date: Thu, 14 Mar 2024 12:27:02 +0100 Subject: [PATCH] ci: uci/update-go (#65) * chore: bump go.mod to Go 1.21 and run go fix * chore: run go mod tidy --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 66c390b..70c3f35 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/ipfs/go-ipld-git -go 1.20 +go 1.21 require ( github.com/ipfs/go-block-format v0.0.3