From e95deabece8d76f268d0093aee6c44c2ebd5de17 Mon Sep 17 00:00:00 2001 From: bikmazefe Date: Thu, 12 Sep 2024 17:00:57 +0300 Subject: [PATCH] Try fixing goimports error --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f5576ea2..9c04cef0 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ ruby: openapi-generator-cli generate -i tmp/compiled.yaml -g ruby -o clients/ruby -c ./openapi-generator/ruby_lang.yaml go: openapi-generator-cli generate -i tmp/compiled.yaml -g go -o clients/go -c ./openapi-generator/go_lang.yaml --global-property apiTests=false,modelTests=false - go install golang.org/x/tools/cmd/goimports@latest + go install golang.org/x/tools/cmd/goimports@v0.24.0 goimports -w clients/go cd clients/go && go mod tidy typescript: