diff --git a/Makefile b/Makefile index 297683a1..ae1bd92f 100644 --- a/Makefile +++ b/Makefile @@ -55,7 +55,7 @@ GINKGO_VERSION ?= v2.19.0 GOLANGCI_LINT_VERSION ?= v1.59.1 GORELEASER_VERSION ?= v2.0.1 MOCKGEN_VERSION ?= v0.4.0 -OAPI_CODEGEN_VERSION ?= v2.3.0 +OAPI_CODEGEN_VERSION ?= v2.2.0 SEMVER_VERSION ?= v1.1.3 ## Tool Installer @@ -140,10 +140,10 @@ kind-test: model: oapi-codegen @mkdir -p tmp - go run openapi/main.go v0.107.50 + go run openapi/main.go v0.107.52 $(OAPI_CODEGEN) -package model -generate types,client -config .oapi-codegen.yaml tmp/schema.yaml > pkg/client/model/model_generated.go model-diff: - go run openapi/main.go v0.107.50 + go run openapi/main.go v0.107.52 go run openapi/main.go diff tmp/schema.yaml tmp/schema-master.yaml diff --git a/pkg/client/model/model_generated.go b/pkg/client/model/model_generated.go index ac8ce833..3ad682df 100644 --- a/pkg/client/model/model_generated.go +++ b/pkg/client/model/model_generated.go @@ -1,6 +1,6 @@ // Package model provides primitives to interact with the openapi HTTP API. // -// Code generated by github.com/deepmap/oapi-codegen/v2 version v2.1.0 DO NOT EDIT. +// Code generated by github.com/deepmap/oapi-codegen/v2 version v2.2.0 DO NOT EDIT. package model import (