From cbeeeb557459ee6ca017e797099c794312de14c4 Mon Sep 17 00:00:00 2001 From: abdulla-ashurov Date: Mon, 19 Jun 2023 22:29:01 +0500 Subject: [PATCH] Bump golang version from v1.18 to v1.20 in go.mod. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index f8aca37d..1df490b0 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/cheqd/did-resolver -go 1.18 +go 1.20 require ( github.com/cheqd/cheqd-node/api/v2 v2.1.0