From 99de266ee90eec0c38436a74f3ff450ff9cdc249 Mon Sep 17 00:00:00 2001 From: web3-bot Date: Mon, 14 Aug 2023 11:05:19 +0000 Subject: [PATCH] chore: bump go.mod to Go 1.20 and run go fix --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 242a721..fa2d588 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/filecoin-project/lassie-event-recorder -go 1.19 +go 1.20 require ( github.com/filecoin-project/lassie v0.5.0