This commit is contained in:
Prad Nukala 2024-08-10 17:55:28 -04:00
parent d6998303e8
commit b67df866d4

View File

@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.10.5/.schema/devbox.schema.json",
"packages": ["golangci-lint@latest", "go@1.21", "templ@latest", "air@latest"],
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.12.0/.schema/devbox.schema.json",
"packages": ["golangci-lint@latest", "go@1.21", "air@latest"],
"env": {
"GOPATH": "$HOME/go",
"PATH": "$HOME/go/bin:$PATH"