3
0

Lock cue version to v0.4.2

This commit is contained in:
Denis Arh
2022-05-19 16:43:51 +02:00
parent 919532b820
commit 77f00ddf87
+1 -1
View File
@@ -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