Skip to content

Commit a6a12b6

Browse files
committed
update to 1.23.0 in go.mod
1 parent e275826 commit a6a12b6

File tree

11 files changed

+11
-11
lines changed
  • modules/openapi-generator/src/main/resources/go
  • samples
    • client
    • openapi3/client
      • extensions/x-auth-id-alias/go-experimental
      • petstore
        • go-petstore-generateMarshalJSON-false
        • go

11 files changed

+11
-11
lines changed

modules/openapi-generator/src/main/resources/go/go.mod.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module {{gitHost}}/{{gitUserId}}/{{gitRepoId}}{{#isGoSubmodule}}/{{packageName}}{{/isGoSubmodule}}
22

3-
go 1.23
3+
go 1.23.0
44

55
require (
66
{{#hasOAuthMethods}}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/GIT_USER_ID/GIT_REPO_ID
22

3-
go 1.23
3+
go 1.23.0
44

55
require (
66
)

samples/client/echo_api/go/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/GIT_USER_ID/GIT_REPO_ID
22

3-
go 1.23
3+
go 1.23.0
44

55
require (
66
)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/GIT_USER_ID/GIT_REPO_ID
22

3-
go 1.23
3+
go 1.23.0
44

55
require (
66
)

samples/client/others/go/oneof-anyof-required/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/GIT_USER_ID/GIT_REPO_ID
22

3-
go 1.23
3+
go 1.23.0
44

55
require (
66
gopkg.in/validator.v2 v2.0.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/GIT_USER_ID/GIT_REPO_ID
22

3-
go 1.23
3+
go 1.23.0
44

55
require (
66
)

samples/client/petstore/go/go-petstore/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/GIT_USER_ID/GIT_REPO_ID
22

3-
go 1.23
3+
go 1.23.0
44

55
require (
66
github.com/stretchr/testify v1.10.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/GIT_USER_ID/GIT_REPO_ID
22

3-
go 1.23
3+
go 1.23.0
44

55
require (
66
)

samples/openapi3/client/petstore/go-petstore-generateMarshalJSON-false/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/GIT_USER_ID/GIT_REPO_ID
22

3-
go 1.23
3+
go 1.23.0
44

55
require (
66
github.com/stretchr/testify v1.10.0

samples/openapi3/client/petstore/go/go-petstore-aws-signature/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/GIT_USER_ID/GIT_REPO_ID
22

3-
go 1.23
3+
go 1.23.0
44

55
require (
66
github.com/stretchr/testify v1.10.0

0 commit comments

Comments
 (0)