File tree Expand file tree Collapse file tree 2 files changed +89
-78
lines changed Expand file tree Collapse file tree 2 files changed +89
-78
lines changed Original file line number Diff line number Diff line change 11{
2- "$schema" : " https://raw.githubusercontent.com/jetpack-io /devbox/0.10.5 /.schema/devbox.schema.json" ,
2+ "$schema" : " https://raw.githubusercontent.com/jetify-com /devbox/0.14.0 /.schema/devbox.schema.json" ,
33 "packages" : [
44 " git@latest" ,
5- " go@latest " ,
5+ " go@1.23 " ,
66 " golangci-lint@latest" ,
77 " gnumake@latest" ,
88 " templ@latest"
99 ],
10+ "env" : {
11+ "GOPATH" : " $HOME/go/" ,
12+ "PATH" : " $PATH:$HOME/go/bin"
13+ },
1014 "shell" : {
1115 "init_hook" : [
12- " echo 'Welcome to @indaco/goaster devbox!'" ,
16+ " echo '\n Welcome to @indaco/goaster devbox!\n '" ,
17+ " echo '* Set GOROOT'" ,
18+ " export GOROOT=$(go env GOROOT)" ,
19+ " echo '* Set Git hooks path\n '" ,
20+ " find .githooks -type f -exec chmod +x {} \\ ;" ,
1321 " git config core.hooksPath .githooks"
1422 ],
1523 "scripts" : {
You can’t perform that action at this time.
0 commit comments