From f554518739b1e0fac6cda8ceaca1a2f58f4b0c09 Mon Sep 17 00:00:00 2001 From: Andrii Vakarev Date: Sun, 11 May 2025 20:22:52 +0200 Subject: [PATCH] chore(tooling): fix outdated oapi-codegen reference in `make dev-deps` target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7bfd8ab98..62042d63a 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ dev-deps: ## Install developer dependencies @go install github.com/gobuffalo/pop/soda@latest @go install github.com/securego/gosec/v2/cmd/gosec@latest @go install honnef.co/go/tools/cmd/staticcheck@latest - @go install github.com/deepmap/oapi-codegen/cmd/oapi-codegen@latest + @go install github.com/oapi-codegen/oapi-codegen/v2/cmd/oapi-codegen@latest @go install github.com/nishanths/exhaustive/cmd/exhaustive@latest deps: ## Install dependencies.