generated from d2iq-archive/golang-repository-template
-
Notifications
You must be signed in to change notification settings - Fork 11
/
devbox.json
30 lines (30 loc) · 1.2 KB
/
devbox.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"packages": {
"actionlint": "latest",
"coreutils": "latest",
"crane": "latest",
"darwin.Security": {
"version": "latest",
"platforms": ["aarch64-darwin"]
},
"fd": "latest",
"ginkgo": "latest",
"git": "latest",
"gnused": "latest",
"gnugrep": "latest",
"go": "latest",
"go-task": "latest",
"gojq": "latest",
"golangci-lint": "latest",
"golines": "latest",
"goreleaser": "latest",
"gotestsum": "latest",
"ko": "latest",
"kubernetes-helm": "latest",
"pre-commit": "latest",
"shfmt": "latest",
"upx": "latest",
"path:./hack/flakes#go-mod-upgrade": "",
"path:./hack/flakes#govulncheck": ""
}
}