Skip to content

Commit

Permalink
Merge pull request #23 from datastax/upgrade-oapi-codegen
Browse files Browse the repository at this point in the history
upgrade oapi-codegen to v1.12
  • Loading branch information
pgier authored May 22, 2023
2 parents 298c52c + 7f1ccec commit e14eb8b
Show file tree
Hide file tree
Showing 6 changed files with 897 additions and 2,051 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
generate: generate-client generate-streaming-client generate-rest-api-client

tools:
go install github.com/deepmap/oapi-codegen/cmd/oapi-codegen@v1.11
go install github.com/deepmap/oapi-codegen/cmd/oapi-codegen@v1.12

generate-client: tools
oapi-codegen -old-config-style -generate types,client -package astra -o astra/astra.gen.go swagger.yaml
Expand Down
Loading

0 comments on commit e14eb8b

Please sign in to comment.