Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update cuelang.org/go to v0.9.0 #400

Closed
wants to merge 2 commits into from
Closed

Update cuelang.org/go to v0.9.0 #400

wants to merge 2 commits into from

Conversation

stefanprodan
Copy link
Owner

@stefanprodan stefanprodan commented Jun 11, 2024

This PR bumps CUE to v0.9.0 and adds the language version to all modules.

Breaking change

Starting with CUE v0.9 the cue.mod/module.cue file must contain the language version:

module: "<NAME>"
language: {
	version: "v0.9.0"
}

On hold, waiting for a resolution to cue-lang/cue#3219

Signed-off-by: Stefan Prodan <[email protected]>
@stefanprodan stefanprodan added the dependencies Pull requests that update a dependency file label Jun 11, 2024
Adapt to breaking change in CUE v0.9.0

Signed-off-by: Stefan Prodan <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant