Skip to content

Commit

Permalink
chore: update make go-bindings generation command (#180)
Browse files Browse the repository at this point in the history
This commit ensures that the make file uses the right OpenAPI spec to
generate the go bindings.
  • Loading branch information
rickstaa authored Aug 28, 2024
1 parent bfb9d54 commit 0ce591d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ codegen:
go run github.com/deepmap/oapi-codegen/v2/cmd/[email protected] \
-package worker \
-generate types,client,chi-server,spec \
runner/openapi.json \
runner/openapi.yaml \
| awk '!/WARNING/' > worker/runner.gen.go

0 comments on commit 0ce591d

Please sign in to comment.