cuelang.org/go@v0.10.1/internal/mod/modload/testdata/tidy/noversion.txtar (about) 1 # Test that it fails if a version isn't already present. 2 -- want -- 3 error: no language version declared in module.cue 4 -- tidy-check-error -- 5 no language version declared in module.cue 6 -- cue.mod/module.cue -- 7 module: "main.org@v0" 8 9 -- main.cue -- 10 package main