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

AUT-105: Github Testing Workflows #328

Closed
wants to merge 3 commits into from
Closed

Conversation

oskirby
Copy link
Contributor

@oskirby oskirby commented Sep 7, 2024

No description provided.

@oskirby oskirby requested review from a team as code owners September 7, 2024 00:41
Comment on lines 26 to 30
run: |
echo "deb http://deb.debian.org/debian/ bookworm-backports main" > /etc/apt/sources.list.d/bookworm-backports.list
echo "deb-src http://deb.debian.org/debian/ bookworm-backports main" >> /etc/apt/sources.list.d/bookworm-backports.list
apt-get update
apt-get install golang-1.22
Copy link
Contributor

Choose a reason for hiding this comment

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

I think if we're not using our Dockerfiles here, then we should use the https://github.com/actions/setup-go actions.

Copy link
Contributor

Choose a reason for hiding this comment

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This was not ready for review yet - I was just hoping to play around in CI. Maybe I should do this on a fork first so that I'm not spamming y'all :)

Copy link
Contributor

@jmhodges jmhodges Sep 7, 2024

Choose a reason for hiding this comment

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

Oh, you can still run CI if you make this a draft PR! Then we don't get CODEOWNERS stuff happening

Clarification: CI will automatically run on draft PRs!

@oskirby oskirby closed this Sep 7, 2024
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