From 2ce8b0a8abd0a299ed9253afa8ddd9b6d1b7846d Mon Sep 17 00:00:00 2001 From: web3-bot Date: Mon, 14 Aug 2023 15:36:07 +0200 Subject: [PATCH] chore: bump go.mod to Go 1.20 and run go fix (#106) --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 868c702..575da6a 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,5 @@ module github.com/multiformats/go-multistream -go 1.19 +go 1.20 require github.com/multiformats/go-varint v0.0.6