Skip to content

Commit b662604

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.451.2
1 parent d1b336b commit b662604

File tree

5 files changed

+26
-16
lines changed

5 files changed

+26
-16
lines changed

.speakeasy/gen.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: 2858c6d9-f946-4185-ae68-3b8e708830fb
33
management:
4-
docChecksum: 867e0698f3110dba472ddc490d9dcf87
4+
docChecksum: 4370adb34e4b8d543b23bdcf77707fef
55
docVersion: 0.4.0
6-
speakeasyVersion: 1.449.0
7-
generationVersion: 2.467.4
8-
releaseVersion: 3.16.2
9-
configChecksum: caa0c0c75765c43110111ce978e5d333
6+
speakeasyVersion: 1.451.2
7+
generationVersion: 2.471.2
8+
releaseVersion: 3.16.3
9+
configChecksum: 0fc0f235260897c4e7b53e0f19d0801a
1010
repoURL: https://github.com/speakeasy-api/speakeasy-client-sdk-go.git
1111
repoSubDirectory: .
1212
installationURL: https://github.com/speakeasy-api/speakeasy-client-sdk-go

.speakeasy/workflow.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
speakeasyVersion: 1.449.0
1+
speakeasyVersion: 1.451.2
22
sources:
33
my-source:
44
sourceNamespace: my-source
5-
sourceRevisionDigest: sha256:becf85ef20487cd4a05d9cdf80228d064b7335b78ef92de98eab52ac4c830acd
6-
sourceBlobDigest: sha256:2b12b4979b9b8f79ebbb3f572fc5b00c9d70a15d984bd726523934adc07c4951
5+
sourceRevisionDigest: sha256:59318165b8d1d30e30fcd18d5fb5a61564aaabc7d1e1dfed557902a54cc26289
6+
sourceBlobDigest: sha256:f6c3771ac108b66bd6ac472ceadab3b46b55de738b899dbe54bcb7a0f6a79570
77
tags:
88
- latest
99
- main
@@ -12,10 +12,10 @@ targets:
1212
speakeasy-client-sdk-go:
1313
source: my-source
1414
sourceNamespace: my-source
15-
sourceRevisionDigest: sha256:becf85ef20487cd4a05d9cdf80228d064b7335b78ef92de98eab52ac4c830acd
16-
sourceBlobDigest: sha256:2b12b4979b9b8f79ebbb3f572fc5b00c9d70a15d984bd726523934adc07c4951
15+
sourceRevisionDigest: sha256:59318165b8d1d30e30fcd18d5fb5a61564aaabc7d1e1dfed557902a54cc26289
16+
sourceBlobDigest: sha256:f6c3771ac108b66bd6ac472ceadab3b46b55de738b899dbe54bcb7a0f6a79570
1717
codeSamplesNamespace: code-samples-go-speakeasy-client-sdk-go
18-
codeSamplesRevisionDigest: sha256:c6b2f1b458fc861cf0c7985e5f3eecebce4ff7a7a249e727d2b39fc0454ccb63
18+
codeSamplesRevisionDigest: sha256:bfd50884596e9dd512799eb4fd67a93da7dfb357a041e800e1677ad4d90a3656
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1456,4 +1456,14 @@ Based on:
14561456
### Generated
14571457
- [go v3.16.2] .
14581458
### Releases
1459-
- [Go v3.16.2] https://github.com/speakeasy-api/speakeasy-client-sdk-go/releases/tag/v3.16.2 - .
1459+
- [Go v3.16.2] https://github.com/speakeasy-api/speakeasy-client-sdk-go/releases/tag/v3.16.2 - .
1460+
1461+
## 2024-12-04 22:02:48
1462+
### Changes
1463+
Based on:
1464+
- OpenAPI Doc
1465+
- Speakeasy CLI 1.451.2 (2.471.2) https://github.com/speakeasy-api/speakeasy
1466+
### Generated
1467+
- [go v3.16.3] .
1468+
### Releases
1469+
- [Go v3.16.3] https://github.com/speakeasy-api/speakeasy-client-sdk-go/releases/tag/v3.16.3 - .

gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ generation:
1414
oAuth2ClientCredentialsEnabled: false
1515
oAuth2PasswordEnabled: false
1616
go:
17-
version: 3.16.2
17+
version: 3.16.3
1818
additionalDependencies: {}
1919
allowUnknownFieldsInWeakUnions: false
2020
clientServerStatusCodesAsErrors: true

speakeasy.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -199,9 +199,9 @@ func New(opts ...SDKOption) *Speakeasy {
199199
sdkConfiguration: sdkConfiguration{
200200
Language: "go",
201201
OpenAPIDocVersion: "0.4.0",
202-
SDKVersion: "3.16.2",
203-
GenVersion: "2.467.4",
204-
UserAgent: "speakeasy-sdk/go 3.16.2 2.467.4 0.4.0 github.com/speakeasy-api/speakeasy-client-sdk-go",
202+
SDKVersion: "3.16.3",
203+
GenVersion: "2.471.2",
204+
UserAgent: "speakeasy-sdk/go 3.16.3 2.471.2 0.4.0 github.com/speakeasy-api/speakeasy-client-sdk-go",
205205
Globals: globals.Globals{},
206206
Hooks: hooks.New(),
207207
},

0 commit comments

Comments
 (0)