From 77f00ddf87b9774783c0617cbfcb8d3cd5155f9a Mon Sep 17 00:00:00 2001 From: Denis Arh Date: Thu, 19 May 2022 16:43:51 +0200 Subject: [PATCH] Lock cue version to v0.4.2 --- Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.inc b/Makefile.inc index fe7045c07..f0e457570 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -65,7 +65,7 @@ $(MODOUTDATED): $(GOINSTALL) github.com/psampaz/go-mod-outdated@latest $(CUE): - $(GOINSTALL) cuelang.org/go/cmd/cue@latest + $(GOINSTALL) cuelang.org/go/cmd/cue@v0.4.2 $(CODEGEN): $(GO) build -o $@ $(ROOT_DIR)/cmd/codegen/main.go