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 7da14c0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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"
language: {
version: "v0.8.2"
version: "v0.9.0"
}
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/poseidon/terraform-provider-cue

go 1.21

toolchain go1.21.5
toolchain go1.22.3

require (
cuelang.org/go v0.8.2
Expand Down
3 changes: 3 additions & 0 deletions internal/testmod/cue.mod/module.cue
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
module: "foo.bar"
language: {
version: "v0.9.0"
}

0 comments on commit 7da14c0

Please sign in to comment.