Skip to content

Commit

Permalink
chore: bump oapi-codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
dharsanb committed Oct 16, 2024
1 parent 7def414 commit 922c6b8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ fetch-openapi:
curl -fsSL https://api-docs.humanitec.com/openapi.json > ./docs/openapi.json

generate:
go run github.com/deepmap/oapi-codegen/v2/cmd/oapi-codegen@v2.0.0 -generate types,client -package client ./docs/openapi.json > client/client.gen.go
go run github.com/oapi-codegen/oapi-codegen/v2/cmd/oapi-codegen@v2.4.1 -generate types,client -package client ./docs/openapi.json > client/client.gen.go

test:
go test ./... -cover
17 changes: 9 additions & 8 deletions client/client.gen.go

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

0 comments on commit 922c6b8

Please sign in to comment.