From e437fd669c75892d0e6677073adf54cfe0920b62 Mon Sep 17 00:00:00 2001 From: web3-bot Date: Thu, 10 Aug 2023 07:22:23 +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 0f78101..cae3fb7 100644 --- a/v2/go.mod +++ b/v2/go.mod @@ -1,3 +1,3 @@ module github.com/marten-seemann-test/target/v2 -go 1.19 +go 1.20