Skip to content

Commit

Permalink
feat(sdks): Switch to Speakeasy for SDK generator
Browse files Browse the repository at this point in the history
  • Loading branch information
flemzord committed May 23, 2023
1 parent c664917 commit 5a1d22a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ jobs:
distribution: goreleaser-pro
version: latest
install-only: true
- run: goreleaser release --clean -f .goreleaser.ledger.yml
- run: goreleaser release --clean -f .goreleaser.ledger.yml
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/ThreeDotsLabs/watermill v1.2.0
github.com/antlr/antlr4/runtime/Go/antlr v1.4.10
github.com/bluele/gcache v0.0.2
github.com/formancehq/stack/libs/go-libs v0.0.0-20230222164357-55840b21a337
github.com/formancehq/stack/libs/go-libs v0.0.0-20230517212829-71aaaacfd130
github.com/go-chi/chi/v5 v5.0.8
github.com/go-chi/cors v1.2.1
github.com/golang/mock v1.4.4
Expand Down

0 comments on commit 5a1d22a

Please sign in to comment.