Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

go-sdk 1.10.0 still depends on dapr 1.13.0-rc.7 #526

Closed
paulyuk opened this issue Mar 6, 2024 · 1 comment
Closed

go-sdk 1.10.0 still depends on dapr 1.13.0-rc.7 #526

paulyuk opened this issue Mar 6, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@paulyuk
Copy link

paulyuk commented Mar 6, 2024

When you go mod tidy with reference to v1.10.0 go-sdk, you see state dapr runtime dependency.

require (
    github.com/dapr/go-sdk v1.10.0
    github.com/gorilla/mux v1.8.1
)

require (
    github.com/dapr/dapr v1.13.0-rc.7 // indirect 

I think that's simply because this go.mod for the sdk needed to be bumped:
https://github.com/dapr/go-sdk/blob/release-1.10/go.mod#L6

@mikeee
Copy link
Member

mikeee commented Mar 6, 2024

Closed by #528

@mikeee mikeee closed this as completed Mar 6, 2024
@mikeee mikeee assigned mikeee and yaron2 and unassigned mikeee Mar 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
3 participants