Skip to content

Commit dcec3ce

Browse files
committed
fix: revert oapi to v2.6.0
1 parent a0cfe0a commit dcec3ce

File tree

2 files changed

+381
-201
lines changed

2 files changed

+381
-201
lines changed

server/Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ oapi-generate: $(OAPI_CODEGEN)
2424
$(OAPI_CODEGEN) -config ./oapi-codegen.yaml ./openapi-3.0.yaml
2525
@echo "Fixing oapi-codegen issue https://github.com/oapi-codegen/oapi-codegen/issues/1764..."
2626
go run ./scripts/oapi/patch_sse_methods -file ./lib/oapi/oapi.go -expected-replacements 3
27-
@echo "Patching strict JSON optional bodies (io.EOF) + response omitempty tags..."
28-
go run ./scripts/oapi/patch_strict_optional_json -file ./lib/oapi/oapi.go
2927
go fmt ./lib/oapi/oapi.go
3028
go mod tidy
3129

0 commit comments

Comments
 (0)