File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,17 +6,17 @@ import "dagger/cuestomize/internal/dagger"
66// as they are updated in there through regexes.
77const (
88 // GolangImage is the Golang base image
9- GolangImage = "golang:1.25 "
9+ GolangImage = "golang:1.26 "
1010 // RegistryImage is image for local container registry
1111 RegistryImage = "registry:3"
1212 // DistrolessStaticImage is the distroless static image
1313 DistrolessStaticImage = "gcr.io/distroless/static:latest"
1414 // KustomizeImage is the Kustomize image
15- KustomizeImage = "registry.k8s.io/kustomize/kustomize:v5.7 .1"
15+ KustomizeImage = "registry.k8s.io/kustomize/kustomize:v5.8 .1"
1616 // CuelangVersion is the version of Cuelang
1717 CuelangVersion = "v0.15.4"
1818 // GolangciLintImage is the GolangCI-Lint image used by default
19- GolangciLintImage = "golangci/golangci-lint:v2.8.0 -alpine"
19+ GolangciLintImage = "golangci/golangci-lint:v2.10.1 -alpine"
2020)
2121
2222const (
Original file line number Diff line number Diff line change 11module github.com/Workday/cuestomize
22
3- go 1.25.5
3+ go 1.26
44
55require (
66 cuelang.org/go v0.15.4
@@ -10,8 +10,8 @@ require (
1010 k8s.io/apimachinery v0.35.1
1111 k8s.io/kube-openapi v0.0.0-20260127142750-a19766b6e2d4
1212 oras.land/oras-go/v2 v2.6.0
13- sigs.k8s.io/kustomize/api v0.21.0
14- sigs.k8s.io/kustomize/kyaml v0.21.0
13+ sigs.k8s.io/kustomize/api v0.21.1
14+ sigs.k8s.io/kustomize/kyaml v0.21.1
1515 sigs.k8s.io/yaml v1.6.0
1616)
1717
Original file line number Diff line number Diff line change @@ -156,10 +156,10 @@ oras.land/oras-go/v2 v2.6.0 h1:X4ELRsiGkrbeox69+9tzTu492FMUu7zJQW6eJU+I2oc=
156156oras.land/oras-go/v2 v2.6.0 /go.mod h1:magiQDfG6H1O9APp+rOsvCPcW1GD2MM7vgnKY0Y+u1o =
157157sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 h1:IpInykpT6ceI+QxKBbEflcR5EXP7sU1kvOlxwZh5txg =
158158sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 /go.mod h1:mdzfpAEoE6DHQEN0uh9ZbOCuHbLK5wOm7dK4ctXE9Tg =
159- sigs.k8s.io/kustomize/api v0.21.0 h1:I7nry5p8iDJbuRdYS7ez8MUvw7XVNPcIP5GkzzuXIIQ =
160- sigs.k8s.io/kustomize/api v0.21.0 /go.mod h1:XGVQuR5n2pXKWbzXHweZU683pALGw/AMVO4zU4iS8SE =
161- sigs.k8s.io/kustomize/kyaml v0.21.0 h1:7mQAf3dUwf0wBerWJd8rXhVcnkk5Tvn/q91cGkaP6HQ =
162- sigs.k8s.io/kustomize/kyaml v0.21.0 /go.mod h1:hmxADesM3yUN2vbA5z1/YTBnzLJ1dajdqpQonwBL1FQ =
159+ sigs.k8s.io/kustomize/api v0.21.1 h1:lzqbzvz2CSvsjIUZUBNFKtIMsEw7hVLJp0JeSIVmuJs =
160+ sigs.k8s.io/kustomize/api v0.21.1 /go.mod h1:f3wkKByTrgpgltLgySCntrYoq5d3q7aaxveSagwTlwI =
161+ sigs.k8s.io/kustomize/kyaml v0.21.1 h1:IVlbmhC076nf6foyL6Taw4BkrLuEsXUXNpsE+ScX7fI =
162+ sigs.k8s.io/kustomize/kyaml v0.21.1 /go.mod h1:hmxADesM3yUN2vbA5z1/YTBnzLJ1dajdqpQonwBL1FQ =
163163sigs.k8s.io/randfill v1.0.0 h1:JfjMILfT8A6RbawdsK2JXGBR5AQVfd+9TbzrlneTyrU =
164164sigs.k8s.io/randfill v1.0.0 /go.mod h1:XeLlZ/jmk4i1HRopwe7/aU3H5n1zNUcX6TM94b3QxOY =
165165sigs.k8s.io/structured-merge-diff/v6 v6.3.1 h1:JrhdFMqOd/+3ByqlP2I45kTOZmTRLBUm5pvRjeheg7E =
Original file line number Diff line number Diff line change 1- 0.3.4
1+ 0.3.5
You can’t perform that action at this time.
0 commit comments