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

reorder build steps to improve layer caching #6

Merged
merged 1 commit into from
Jun 10, 2024

Conversation

lpmi-13
Copy link
Contributor

@lpmi-13 lpmi-13 commented Jun 10, 2024

Currently, any change in the source code requires a rerun of go mod download. This commit moves that step earlier so that only changes in the dependencies require a rebuild of that layer.

Currently, any change in the source code requires a rerun of `go mod download`. This commit moves that step earlier so that only changes in the dependencies require a rebuild of that layer.
@EwenQuim
Copy link
Owner

Nice one, thanks ! 🥳

@EwenQuim EwenQuim merged commit a64e5a9 into EwenQuim:master Jun 10, 2024
2 checks passed
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.

2 participants