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

chore: perform go mod download in shared build-workflow #374

Merged
merged 3 commits into from
Jun 24, 2024

Conversation

programmer04
Copy link
Member

What this PR does / why we need it:

Ensure that Go dependencies are downloaded when inputs.additional-build-contexts is specified. It points to a package downloaded by Go toolchain in case of EE build and due to limitations of GH Workflows it has to be done here

@programmer04 programmer04 requested a review from pmalek June 24, 2024 16:44
@pmalek
Copy link
Member

pmalek commented Jun 24, 2024

and due to limitations of GH Workflows it has to be done here

To be specific: due to the fact that Github Actions' jobs are not guaranteed to run on the same runners

@programmer04 programmer04 enabled auto-merge (squash) June 24, 2024 16:45
@programmer04 programmer04 merged commit a0378da into main Jun 24, 2024
20 checks passed
@programmer04 programmer04 deleted the improve-build-workflow branch June 24, 2024 16:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants