Skip to content

Commit 234782a

Browse files
committed
chore: add development tooling
1 parent 66b78a1 commit 234782a

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.tool-versions

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
just 1.41.0

devbox.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.14.0/.schema/devbox.schema.json",
2+
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.16.0/.schema/devbox.schema.json",
33
"packages": [
44
"git@latest",
5-
"go@1.24",
5+
"go@latest",
66
"golangci-lint@latest",
7-
"go-task@latest",
8-
"gnumake@latest"
7+
"just@latest",
8+
"prek@latest"
99
],
1010
"env": {
1111
"GOPATH": "$HOME/go/",

0 commit comments

Comments
 (0)