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

build: fix github wf to generate metadata bundle #3435

Merged
merged 3 commits into from
Jun 6, 2024

Conversation

sicoyle
Copy link
Contributor

@sicoyle sicoyle commented Jun 4, 2024

Description

If we leave the workflow definition file as is, then it will not work. It will err with The specified go version file at: go.mod does not exist. This is because the workflow steps set up Go referencing a go mod file before actually downloading the repo code that contains the go mod file that the precursor step needs. This PR fixes that issue, and bumps setup-go versions.

Issue reference

We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.

Please reference the issue this PR will close: #[issue number]

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list:

  • Code compiles correctly
  • Created/updated tests
  • Extended the documentation / Created issue in the https://github.com/dapr/docs/ repo: dapr/docs#[issue number]

Signed-off-by: Samantha Coyle <sam@diagrid.io>
@sicoyle sicoyle requested review from a team as code owners June 4, 2024 22:02
yaron2
yaron2 previously approved these changes Jun 4, 2024
@sicoyle
Copy link
Contributor Author

sicoyle commented Jun 5, 2024

ready for merge pls :)

Signed-off-by: Bernd Verst <github@bernd.dev>
@berndverst berndverst merged commit 787b23d into dapr:main Jun 6, 2024
84 of 89 checks passed
@marcduiker
Copy link
Contributor

@holopin-bot @sicoyle Enjoy the Dapr components badge!

Copy link

holopin-bot bot commented Jun 17, 2024

Congratulations @sicoyle, you just earned a badge! Here it is: https://holopin.io/claim/clxj3xkgg42690dlg0plcjvr9

This badge can only be claimed by you, so make sure that your GitHub account is linked to your Holopin account. You can manage those preferences here: https://holopin.io/account.
Or if you're new to Holopin, you can simply sign up with GitHub, which will do the trick!

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.

None yet

5 participants