From 70d1dedf9ec31daea42e4cd13ede526b40d98160 Mon Sep 17 00:00:00 2001 From: Jacob Bednarz Date: Mon, 25 Nov 2024 12:18:20 +1100 Subject: [PATCH] bump to go 1.21 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index c86401e4c6c..b9f849cbc33 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/cloudflare/cloudflare-go -go 1.20 +go 1.21 require ( github.com/goccy/go-json v0.10.3