From dfafc5928d51cb73d8e8347adc5f0b4babc897ca Mon Sep 17 00:00:00 2001 From: web3-bot Date: Mon, 14 Aug 2023 20:22:37 +0200 Subject: [PATCH] chore: bump go.mod to Go 1.20 and run go fix (#217) --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index c47a144..b1218f6 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/multiformats/go-multiaddr -go 1.19 +go 1.20 require ( github.com/ipfs/go-cid v0.0.7