Skip to content

Commit 4e66562

Browse files
Chore: update go sdk generator version (#295)
Relates to STACKITSDK-526
1 parent 70d1726 commit 4e66562

8 files changed

Lines changed: 16 additions & 16 deletions

File tree

languages/golang/templates/api.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{{! This template was customized to use the GenericOpenAPIError from the core module. See https://github.com/OpenAPITools/openapi-generator/blob/v7.24.0/modules/openapi-generator/src/main/resources/go/api.mustache for the original template }}
1+
{{! This template was customized to use the GenericOpenAPIError from the core module. See https://github.com/OpenAPITools/openapi-generator/blob/v7.25.0/modules/openapi-generator/src/main/resources/go/api.mustache for the original template }}
22
{{>partial_header}}
33
package {{packageName}}
44

languages/golang/templates/client.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{{! This template was customized to support the custom configuration options from the core module. See https://github.com/OpenAPITools/openapi-generator/blob/v7.24.0/modules/openapi-generator/src/main/resources/go/client.mustache for the original template }}
1+
{{! This template was customized to support the custom configuration options from the core module. See https://github.com/OpenAPITools/openapi-generator/blob/v7.25.0/modules/openapi-generator/src/main/resources/go/client.mustache for the original template }}
22
{{>partial_header}}
33
package {{packageName}}
44

languages/golang/templates/configuration.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{{! This template was ENTIRELY overwritten to support the custom configuration type and options from the STACKIT SDK core module. See https://github.com/OpenAPITools/openapi-generator/blob/v7.24.0/modules/openapi-generator/src/main/resources/go/configuration.mustache for the original template }}
1+
{{! This template was ENTIRELY overwritten to support the custom configuration type and options from the STACKIT SDK core module. See https://github.com/OpenAPITools/openapi-generator/blob/v7.25.0/modules/openapi-generator/src/main/resources/go/configuration.mustache for the original template }}
22
{{>partial_header}}
33
package {{packageName}}
44

scripts/generate-sdk/generate-sdk.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ case "${LANGUAGE}" in
6868
go)
6969
# When the GENERATOR_VERSION changes, migrate also the templates in templates/go
7070
# Renovate: datasource=github-tags depName=OpenAPITools/openapi-generator versioning=semver
71-
GENERATOR_VERSION="v7.24.0"
71+
GENERATOR_VERSION="v7.25.0"
7272
;;
7373
python)
7474
# When the GENERATOR_VERSION changes, migrate also the templates in templates/python

scripts/generators/overrides/go/iaas/v1api/v1api_model_area_id.go

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/generators/overrides/go/iaas/v2api/v2api_model_area_id.go

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/generators/overrides/go/iaas/v2beta1api/v2beta_model_area_id.go

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
iaasV2ApiAreaId.path=iaas/v2api/model_area_id.go
22
iaasV2ApiAreaId.replacementPath=iaas/v2api/v2api_model_area_id.go
3-
iaasV2ApiAreaId.hash=fd8a0426a8aefa66a10e7bb81c1cceba
3+
iaasV2ApiAreaId.hash=a97d25f94a504e19c6b988dd4029ea0c
44

55
iaasV1ApiAreaId.path=iaas/v1api/model_area_id.go
66
iaasV1ApiAreaId.replacementPath=iaas/v1api/v1api_model_area_id.go
7-
iaasV1ApiAreaId.hash=b5626b52f7d93e9e9e26d679075d7031
7+
iaasV1ApiAreaId.hash=0eefcbcb557da69c63de54138dcee90a
88

99
iaasV2BetaApiAreaId.path=iaas/v2beta1api/model_area_id.go
1010
iaasV2BetaApiAreaId.replacementPath=iaas/v2beta1api/v2beta_model_area_id.go
11-
iaasV2BetaApiAreaId.hash=0e4f740cefba5981258cf15ecd995246
11+
iaasV2BetaApiAreaId.hash=f9943d639bdb4c0c804e233ef8eaa64a

0 commit comments

Comments
 (0)