Skip to content

Commit

Permalink
Bumps CUE to version 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgilman committed Dec 14, 2024
1 parent d54ad1b commit f7be7a1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup CUE
uses: cue-lang/setup-cue@a93fa358375740cd8b0078f76355512b9208acb1 # main
with:
version: v0.9.2
version: v0.11.0
- name: Run tests
run: make test
- name: Run linter
Expand Down
2 changes: 1 addition & 1 deletion cmd/timoni/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import (

var (
VERSION = "0.0.0-dev.0"
CUE_VERSION = "0.9.2"
CUE_VERSION = "0.11.0"
)

var rootCmd = &cobra.Command{
Expand Down
4 changes: 2 additions & 2 deletions internal/engine/importer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ func TestConvertCRD(t *testing.T) {
metadata: {
type: "object"
}
spec: {
%s
spec: {
%s
}
}
}
Expand Down

0 comments on commit f7be7a1

Please sign in to comment.