diff --git a/.dagger/constants.go b/.dagger/constants.go index 5e35a19..fa3fe13 100644 --- a/.dagger/constants.go +++ b/.dagger/constants.go @@ -14,7 +14,7 @@ const ( // KustomizeImage is the Kustomize image KustomizeImage = "registry.k8s.io/kustomize/kustomize:v5.7.1" // CuelangVersion is the version of Cuelang - CuelangVersion = "v0.15.3" + CuelangVersion = "v0.15.4" // GolangciLintImage is the GolangCI-Lint image used by default GolangciLintImage = "golangci/golangci-lint:v2.8.0-alpine" ) diff --git a/go.mod b/go.mod index c728fdc..d7ba1a2 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/Workday/cuestomize go 1.25.5 require ( - cuelang.org/go v0.15.3 + cuelang.org/go v0.15.4 github.com/go-logr/logr v1.4.3 github.com/stretchr/testify v1.11.1 k8s.io/api v0.35.0 diff --git a/go.sum b/go.sum index 79b1f4d..9eb1147 100644 --- a/go.sum +++ b/go.sum @@ -1,7 +1,7 @@ cuelabs.dev/go/oci/ociregistry v0.0.0-20251212221603-3adeb8663819 h1:Zh+Ur3OsoWpvALHPLT45nOekHkgOt+IOfutBbPqM17I= cuelabs.dev/go/oci/ociregistry v0.0.0-20251212221603-3adeb8663819/go.mod h1:WjmQxb+W6nVNCgj8nXrF24lIz95AHwnSl36tpjDZSU8= -cuelang.org/go v0.15.3 h1:JKR/lZVwuIGlLTGIaJ0jONz9+CK3UDx06sQ6DDxNkaE= -cuelang.org/go v0.15.3/go.mod h1:NYw6n4akZcTjA7QQwJ1/gqWrrhsN4aZwhcAL0jv9rZE= +cuelang.org/go v0.15.4 h1:lrkTDhqy8dveHgX1ZLQ6WmgbhD8+rXa0fD25hxEKYhw= +cuelang.org/go v0.15.4/go.mod h1:NYw6n4akZcTjA7QQwJ1/gqWrrhsN4aZwhcAL0jv9rZE= github.com/cockroachdb/apd/v3 v3.2.1 h1:U+8j7t0axsIgvQUqthuNm82HIrYXodOV2iWLWtEaIwg= github.com/cockroachdb/apd/v3 v3.2.1/go.mod h1:klXJcjp+FffLTHlhIG69tezTDvdP065naDsHzKhYSqc= github.com/cpuguy83/go-md2man/v2 v2.0.6/go.mod h1:oOW0eioCTA6cOiMLiUPZOpcVxMig6NIQQ7OS05n1F4g= diff --git a/semver b/semver index 87a0871..448a0fa 100644 --- a/semver +++ b/semver @@ -1 +1 @@ -0.3.3 \ No newline at end of file +0.3.4 \ No newline at end of file