Skip to content

Commit

Permalink
update schema base version
Browse files Browse the repository at this point in the history
  • Loading branch information
bakito committed Jul 8, 2024
1 parent 1350364 commit 944bb42
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion pkg/client/model/model_generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 944bb42

Please sign in to comment.