We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66b78a1 commit 234782aCopy full SHA for 234782a
.tool-versions
@@ -0,0 +1 @@
1
+just 1.41.0
devbox.json
@@ -1,11 +1,11 @@
{
2
- "$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.14.0/.schema/devbox.schema.json",
+ "$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.16.0/.schema/devbox.schema.json",
3
"packages": [
4
"git@latest",
5
- "go@1.24",
+ "go@latest",
6
"golangci-lint@latest",
7
- "go-task@latest",
8
- "gnumake@latest"
+ "just@latest",
+ "prek@latest"
9
],
10
"env": {
11
"GOPATH": "$HOME/go/",
0 commit comments