We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2936558 commit c705f95Copy full SHA for c705f95
1 file changed
scripts/generate-sdk/generate-sdk.sh
@@ -54,13 +54,16 @@ fi
54
# Renovate: datasource=github-tags depName=OpenAPITools/openapi-generator versioning=semver
55
case "${LANGUAGE}" in
56
go)
57
+# When the GENERATOR_VERSION changes, migrate also the templates in templates/go
58
GENERATOR_VERSION="v6.6.0" # There are issues with GO SDK generation in version v7
59
;;
60
python)
61
+# When the GENERATOR_VERSION changes, migrate also the templates in templates/python
62
63
GENERATOR_VERSION="v7.14.0"
64
65
java)
66
+# When the GENERATOR_VERSION changes, migrate also the templates in templates/java
67
68
69
0 commit comments