From a97b64a26d5b0d5052ecd5b9bf60f186d1103ad8 Mon Sep 17 00:00:00 2001 From: web3-bot Date: Mon, 14 Aug 2023 15:36:51 +0200 Subject: [PATCH] chore: bump go.mod to Go 1.20 and run go fix (#20) --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 57390fc..8d994d4 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/ipfs/dnslink-dnsimple -go 1.19 +go 1.20 require ( github.com/dnsimple/dnsimple-go v0.30.0