Skip to content

Commit

Permalink
update model to v0.107.44 (bakito#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
bakito authored Mar 5, 2024
1 parent 33433b1 commit 4f14918
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 9 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ release: semver goreleaser
$(GORELEASER) --clean

test-release: goreleaser
$(GORELEASER) --skip-publish --snapshot --clean
$(GORELEASER) --skip=publish --snapshot --clean

## toolbox - start
## Current working directory
Expand Down Expand Up @@ -124,10 +124,10 @@ kind-test:

model: oapi-codegen
@mkdir -p tmp
go run openapi/main.go v0.107.43
go run openapi/main.go v0.107.44
$(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.43
go run openapi/main.go v0.107.44
go run openapi/main.go
diff tmp/schema.yaml tmp/schema-master.yaml
28 changes: 22 additions & 6 deletions 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 4f14918

Please sign in to comment.