Skip to content

Commit

Permalink
chore: update codegen cli to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
ctran88 committed Dec 6, 2024
1 parent caabcda commit 54a34a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ echo "$transforms" | jq -r 'to_entries[] | "\(.key) \(.value)"' | while read -r
done

# Run codegen
go run github.com/deepmap/oapi-codegen/cmd/oapi-codegen@v1.16.2 \
go run github.com/oapi-codegen/oapi-codegen/v2/cmd/oapi-codegen@v2.4.1 \
-generate types,client \
-package passage \
-o "$output_file" \
Expand Down
2 changes: 1 addition & 1 deletion passage.gen.go

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

0 comments on commit 54a34a2

Please sign in to comment.