From fc708fa7f2461513c0cd26b5df1f3133e780bd91 Mon Sep 17 00:00:00 2001 From: Prad Nukala Date: Tue, 23 Jul 2024 22:23:58 -0400 Subject: [PATCH] Updated the Go version to 1.21 in the devbox.json configuration file. --- devbox.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devbox.json b/devbox.json index be478488f..2d7543be6 100644 --- a/devbox.json +++ b/devbox.json @@ -3,7 +3,7 @@ "packages": [ "ipfs@latest", "golangci-lint@latest", - "go@1.22", + "go@1.21", "templ@latest", "air@latest" ],