From 0ce591d74ced4acabf3f48eb290d05054c76ac8d Mon Sep 17 00:00:00 2001 From: Rick Staa Date: Wed, 28 Aug 2024 17:25:40 +0200 Subject: [PATCH] chore: update make go-bindings generation command (#180) This commit ensures that the make file uses the right OpenAPI spec to generate the go bindings. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 603b13bc..1d6e3016 100644 --- a/Makefile +++ b/Makefile @@ -5,5 +5,5 @@ codegen: go run github.com/deepmap/oapi-codegen/v2/cmd/oapi-codegen@v2.2.0 \ -package worker \ -generate types,client,chi-server,spec \ - runner/openapi.json \ + runner/openapi.yaml \ | awk '!/WARNING/' > worker/runner.gen.go