-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdevbox.json
More file actions
26 lines (26 loc) · 668 Bytes
/
Copy pathdevbox.json
File metadata and controls
26 lines (26 loc) · 668 Bytes
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
{
"packages": [
"bash@latest",
"clusterctl@1.6.2",
"envsubst@1.4.2",
"gnumake@4.4.1",
"ginkgo@2.1.4",
"go@1.22.1",
"gotestsum@1.6.4",
"kind@0.22.0",
"ko@0.15.2",
"kubernetes-code-generator@0.25.4",
"kubernetes-controller-tools@0.13.0",
"kustomize@5.3.0",
"mockgen@1.6.0",
"yamllint@1.35.1",
"path:./hack/flakes#go-apidiff",
"path:./hack/flakes#go-mod-upgrade",
"path:./hack/flakes#go-junit-report",
"path:./hack/flakes#gocov",
"path:./hack/flakes#gocov-xml",
"path:./hack/flakes#golangci-lint",
"path:./hack/flakes#yamllint-checkstyle",
"path:./hack/flakes#setup-envtest"
]
}