Skip to content

Commit

Permalink
Add language version to cue module used for tests
Browse files Browse the repository at this point in the history
* There are several CUE modules in this repo, used for testing
  • Loading branch information
dghubble committed Jun 16, 2024
1 parent 518819e commit b39684c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cue.mod/module.cue
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module: "github.com/poseidon/terraform-provider-cue"
module: "github.com/poseidon/terraform-provider-cue@v0"
language: {
version: "v0.8.2"
version: "v0.9.0"
}
5 changes: 4 additions & 1 deletion internal/testmod/cue.mod/module.cue
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
module: "foo.bar"
module: "foo.bar@v0"
language: {
version: "v0.9.0"
}

0 comments on commit b39684c

Please sign in to comment.