Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8ec2ae4

Browse files
committed
chore: update devbox schema and package versions
1 parent 08bd475 commit 8ec2ae4

File tree

2 files changed

+89
-78
lines changed

2 files changed

+89
-78
lines changed

devbox.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,23 @@
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 '\nWelcome 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": {

0 commit comments

Comments
 (0)