From a6a12b6611242e065cf674e4bf6981d99076a1f5 Mon Sep 17 00:00:00 2001 From: William Cheng Date: Wed, 30 Jul 2025 15:09:26 +0800 Subject: [PATCH] update to 1.23.0 in go.mod --- modules/openapi-generator/src/main/resources/go/go.mod.mustache | 2 +- samples/client/echo_api/go-external-refs/go.mod | 2 +- samples/client/echo_api/go/go.mod | 2 +- .../others/go/allof_multiple_ref_and_discriminator/go.mod | 2 +- samples/client/others/go/oneof-anyof-required/go.mod | 2 +- samples/client/others/go/oneof-discriminator-lookup/go.mod | 2 +- samples/client/petstore/go/go-petstore/go.mod | 2 +- .../client/extensions/x-auth-id-alias/go-experimental/go.mod | 2 +- .../petstore/go-petstore-generateMarshalJSON-false/go.mod | 2 +- .../client/petstore/go/go-petstore-aws-signature/go.mod | 2 +- samples/openapi3/client/petstore/go/go-petstore/go.mod | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/modules/openapi-generator/src/main/resources/go/go.mod.mustache b/modules/openapi-generator/src/main/resources/go/go.mod.mustache index 30ac351f4231..a7fdf2a65181 100644 --- a/modules/openapi-generator/src/main/resources/go/go.mod.mustache +++ b/modules/openapi-generator/src/main/resources/go/go.mod.mustache @@ -1,6 +1,6 @@ module {{gitHost}}/{{gitUserId}}/{{gitRepoId}}{{#isGoSubmodule}}/{{packageName}}{{/isGoSubmodule}} -go 1.23 +go 1.23.0 require ( {{#hasOAuthMethods}} diff --git a/samples/client/echo_api/go-external-refs/go.mod b/samples/client/echo_api/go-external-refs/go.mod index a7b52a2d3aad..211d21ccc01d 100644 --- a/samples/client/echo_api/go-external-refs/go.mod +++ b/samples/client/echo_api/go-external-refs/go.mod @@ -1,6 +1,6 @@ module github.com/GIT_USER_ID/GIT_REPO_ID -go 1.23 +go 1.23.0 require ( ) diff --git a/samples/client/echo_api/go/go.mod b/samples/client/echo_api/go/go.mod index a7b52a2d3aad..211d21ccc01d 100644 --- a/samples/client/echo_api/go/go.mod +++ b/samples/client/echo_api/go/go.mod @@ -1,6 +1,6 @@ module github.com/GIT_USER_ID/GIT_REPO_ID -go 1.23 +go 1.23.0 require ( ) diff --git a/samples/client/others/go/allof_multiple_ref_and_discriminator/go.mod b/samples/client/others/go/allof_multiple_ref_and_discriminator/go.mod index a7b52a2d3aad..211d21ccc01d 100644 --- a/samples/client/others/go/allof_multiple_ref_and_discriminator/go.mod +++ b/samples/client/others/go/allof_multiple_ref_and_discriminator/go.mod @@ -1,6 +1,6 @@ module github.com/GIT_USER_ID/GIT_REPO_ID -go 1.23 +go 1.23.0 require ( ) diff --git a/samples/client/others/go/oneof-anyof-required/go.mod b/samples/client/others/go/oneof-anyof-required/go.mod index 7b0c0ad16fff..2e8d534c4403 100644 --- a/samples/client/others/go/oneof-anyof-required/go.mod +++ b/samples/client/others/go/oneof-anyof-required/go.mod @@ -1,6 +1,6 @@ module github.com/GIT_USER_ID/GIT_REPO_ID -go 1.23 +go 1.23.0 require ( gopkg.in/validator.v2 v2.0.1 diff --git a/samples/client/others/go/oneof-discriminator-lookup/go.mod b/samples/client/others/go/oneof-discriminator-lookup/go.mod index a7b52a2d3aad..211d21ccc01d 100644 --- a/samples/client/others/go/oneof-discriminator-lookup/go.mod +++ b/samples/client/others/go/oneof-discriminator-lookup/go.mod @@ -1,6 +1,6 @@ module github.com/GIT_USER_ID/GIT_REPO_ID -go 1.23 +go 1.23.0 require ( ) diff --git a/samples/client/petstore/go/go-petstore/go.mod b/samples/client/petstore/go/go-petstore/go.mod index ad7a71b94fe0..7f5da089adad 100644 --- a/samples/client/petstore/go/go-petstore/go.mod +++ b/samples/client/petstore/go/go-petstore/go.mod @@ -1,6 +1,6 @@ module github.com/GIT_USER_ID/GIT_REPO_ID -go 1.23 +go 1.23.0 require ( github.com/stretchr/testify v1.10.0 diff --git a/samples/openapi3/client/extensions/x-auth-id-alias/go-experimental/go.mod b/samples/openapi3/client/extensions/x-auth-id-alias/go-experimental/go.mod index a7b52a2d3aad..211d21ccc01d 100644 --- a/samples/openapi3/client/extensions/x-auth-id-alias/go-experimental/go.mod +++ b/samples/openapi3/client/extensions/x-auth-id-alias/go-experimental/go.mod @@ -1,6 +1,6 @@ module github.com/GIT_USER_ID/GIT_REPO_ID -go 1.23 +go 1.23.0 require ( ) diff --git a/samples/openapi3/client/petstore/go-petstore-generateMarshalJSON-false/go.mod b/samples/openapi3/client/petstore/go-petstore-generateMarshalJSON-false/go.mod index ad7a71b94fe0..7f5da089adad 100644 --- a/samples/openapi3/client/petstore/go-petstore-generateMarshalJSON-false/go.mod +++ b/samples/openapi3/client/petstore/go-petstore-generateMarshalJSON-false/go.mod @@ -1,6 +1,6 @@ module github.com/GIT_USER_ID/GIT_REPO_ID -go 1.23 +go 1.23.0 require ( github.com/stretchr/testify v1.10.0 diff --git a/samples/openapi3/client/petstore/go/go-petstore-aws-signature/go.mod b/samples/openapi3/client/petstore/go/go-petstore-aws-signature/go.mod index f2e3c3060668..9865f440e37e 100644 --- a/samples/openapi3/client/petstore/go/go-petstore-aws-signature/go.mod +++ b/samples/openapi3/client/petstore/go/go-petstore-aws-signature/go.mod @@ -1,6 +1,6 @@ module github.com/GIT_USER_ID/GIT_REPO_ID -go 1.23 +go 1.23.0 require ( github.com/stretchr/testify v1.10.0 diff --git a/samples/openapi3/client/petstore/go/go-petstore/go.mod b/samples/openapi3/client/petstore/go/go-petstore/go.mod index a3f72d6e8bd9..5a0e7915eb22 100644 --- a/samples/openapi3/client/petstore/go/go-petstore/go.mod +++ b/samples/openapi3/client/petstore/go/go-petstore/go.mod @@ -1,6 +1,6 @@ module github.com/GIT_USER_ID/GIT_REPO_ID -go 1.23 +go 1.23.0 require ( github.com/stretchr/testify v1.10.0