From cdda34416abc4c5356df2296f87709300e9199a8 Mon Sep 17 00:00:00 2001 From: Tahmid Efaz Date: Wed, 25 Oct 2023 10:53:20 -0400 Subject: [PATCH] Fixing PR validation error + triggering image build (#308) * trigger image build * fixing validation error --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3958934d..ab772bfe 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ PSK ?= secret init: go install github.com/deepmap/oapi-codegen/cmd/oapi-codegen go get github.com/atombender/go-jsonschema/...@main - go install github.com/atombender/go-jsonschema/cmd/gojsonschema + go install github.com/atombender/go-jsonschema@v0.14.0 pip install json2yaml go get github.com/kulshekhar/fungen go install github.com/kulshekhar/fungen