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

Add update-go-sum target #807

Merged
merged 1 commit into from
May 16, 2022
Merged

Add update-go-sum target #807

merged 1 commit into from
May 16, 2022

Conversation

dnr
Copy link
Member

@dnr dnr commented May 13, 2022

What was changed

Add make update-go-sum to propagate go.sum changes into other modules. It just does go get ./... in each module.

Also have the for-each-module loops in the Makefile echo the directory they're running in, which would have saved me a few minutes of confusion.

Why?

developer experience

Checklist

  1. Closes

  2. How was this tested:
    manually

  3. Any docs updates needed?

Copy link
Member

@Sushisource Sushisource left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

Copy link
Member

@cretz cretz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

(I personally avoid Makefiles like the plague as they are a poor platform-dependent alternative for a real language. But the Makefile decision predates me.)

@dnr dnr merged commit d6384b6 into temporalio:master May 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants