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

CI: Fix broken build by using most recent Golang version (1.21) #112

Merged
merged 2 commits into from
Jan 13, 2024

Conversation

amotl
Copy link
Member

@amotl amotl commented Jan 13, 2024

About

While OCI images for 0.5.0 have been released, the binary program builds failed. This patch resolves GH-111, and adds a corresponding GHA CI workflow to ensure they don't break again unnoticed.

workflow_dispatch:

# Build nightlies.
schedule:
- cron: '0 5 * * *'
Copy link

Choose a reason for hiding this comment

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

Is it ok that it's on the same time with builds.yml?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes it's okay. Both workflow jobs are independent from each other.

@amotl amotl merged commit 184ff93 into main Jan 13, 2024
7 checks passed
@amotl amotl deleted the amo/fix-build branch January 13, 2024 12:35
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.

Building 0.5.0 fails: [email protected] requires [email protected]
2 participants