Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc 1.0.0, Speakeasy CLI 1.207.1
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Mar 13, 2024
1 parent c2b40ea commit 394162a
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 11 deletions.
10 changes: 5 additions & 5 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ id: 0c2b996b-9476-4568-8656-e4dbba7a4c94
management:
docChecksum: 2560877811d6492729fc79e82f6ddc52
docVersion: 1.0.0
speakeasyVersion: 1.204.1
generationVersion: 2.279.1
releaseVersion: 2.2.0
configChecksum: 280b9cbb9a694db0baaa54045eededae
speakeasyVersion: 1.207.1
generationVersion: 2.280.6
releaseVersion: 2.2.1
configChecksum: 83618f2177afefc7a60b5f58cba0a8bd
repoURL: https://github.com/speakeasy-sdks/fastly-test-go.git
repoSubDirectory: .
installationURL: https://github.com/speakeasy-sdks/fastly-test-go
Expand All @@ -20,7 +20,7 @@ features:
downloadStreams: 0.1.1
examples: 2.81.3
globalSecurity: 2.82.8
globalServerURLs: 2.82.1
globalServerURLs: 2.82.2
inputOutputModels: 2.83.0
methodSecurity: 2.82.2
responseFormat: 0.1.0
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,4 +236,14 @@ Based on:
### Generated
- [go v2.2.0] .
### Releases
- [Go v2.2.0] https://github.com/speakeasy-sdks/fastly-test-go/releases/tag/v2.2.0 - .
- [Go v2.2.0] https://github.com/speakeasy-sdks/fastly-test-go/releases/tag/v2.2.0 - .

## 2024-03-13 01:01:20
### Changes
Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.207.1 (2.280.6) https://github.com/speakeasy-api/speakeasy
### Generated
- [go v2.2.1] .
### Releases
- [Go v2.2.1] https://github.com/speakeasy-sdks/fastly-test-go/releases/tag/v2.2.1 - .
2 changes: 1 addition & 1 deletion gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: false
go:
version: 2.2.0
version: 2.2.1
additionalDependencies: {}
clientServerStatusCodesAsErrors: true
flattenGlobalSecurity: true
Expand Down
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@

module github.com/speakeasy-sdks/fastly-test-go/v2

go 1.20

require (
github.com/cenkalti/backoff/v4 v4.2.0
github.com/ericlagergren/decimal v0.0.0-20221120152707-495c53812d05
github.com/ericlagergren/decimal v0.0.0-20221120152707-495c53812d05
github.com/spyzhov/ajson v0.8.0
)
6 changes: 3 additions & 3 deletions sdk.go
Original file line number Diff line number Diff line change
Expand Up @@ -544,9 +544,9 @@ func New(opts ...SDKOption) *SDK {
sdkConfiguration: sdkConfiguration{
Language: "go",
OpenAPIDocVersion: "1.0.0",
SDKVersion: "2.2.0",
GenVersion: "2.279.1",
UserAgent: "speakeasy-sdk/go 2.2.0 2.279.1 1.0.0 github.com/speakeasy-sdks/fastly-test-go",
SDKVersion: "2.2.1",
GenVersion: "2.280.6",
UserAgent: "speakeasy-sdk/go 2.2.1 2.280.6 1.0.0 github.com/speakeasy-sdks/fastly-test-go",
Hooks: hooks.New(),
},
}
Expand Down

0 comments on commit 394162a

Please sign in to comment.