Updated the Go version to 1.21 in the devbox.json configuration file.

This commit is contained in:
Prad Nukala 2024-07-23 22:23:58 -04:00 committed by Prad Nukala (aider)
parent 6bbdc5cea4
commit fc708fa7f2

View File

@ -3,7 +3,7 @@
"packages": [
"ipfs@latest",
"golangci-lint@latest",
"go@1.22",
"go@1.21",
"templ@latest",
"air@latest"
],