Skip to content

Commit

Permalink
chore: Improvement for SDK generation (#984)
Browse files Browse the repository at this point in the history
  • Loading branch information
flemzord authored Dec 11, 2023
1 parent f7b24b6 commit cf60371
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ FROM core+base-image
sources:
WORKDIR src
DO stack+INCLUDE_GO_LIBS --LOCATION libs/go-libs
COPY --pass-args (stack+build-sdk/go --LANG=go) sdks/go
COPY --pass-args (stack+build-sdk/go) libs/clients/go
WORKDIR /src/ee/reconciliation
COPY go.* .
COPY --dir cmd internal .
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -117,4 +117,4 @@ require (

replace github.com/formancehq/stack/libs/go-libs => ../../libs/go-libs

replace github.com/formancehq/formance-sdk-go => ../../sdks/go
replace github.com/formancehq/formance-sdk-go => ../../libs/clients/go

0 comments on commit cf60371

Please sign in to comment.