Skip to content

Conversation

EtienneM
Copy link
Member

@EtienneM EtienneM commented Apr 10, 2025

Fix #376

I want to test this for a few days on master. If we eventually don't face any issue with this setup, I'll eventually remove CodeShip integration on this repository.

  • Add a changelog entry in CHANGELOG.md

@EtienneM EtienneM self-assigned this Apr 10, 2025
@EtienneM EtienneM force-pushed the build/376/github_action_ci branch 7 times, most recently from 247e449 to 2c4e926 Compare April 10, 2025 15:00
@EtienneM EtienneM force-pushed the build/376/github_action_ci branch 4 times, most recently from ff626ff to 9252255 Compare July 22, 2025 09:46
@EtienneM EtienneM force-pushed the build/376/github_action_ci branch 17 times, most recently from da32292 to a50f1bc Compare July 23, 2025 12:24
@EtienneM EtienneM force-pushed the build/376/github_action_ci branch 14 times, most recently from 86b272a to 29ade66 Compare July 24, 2025 10:21
@EtienneM EtienneM marked this pull request as ready for review July 24, 2025 10:21
@EtienneM EtienneM requested a review from SCedricThomas July 24, 2025 10:21
@EtienneM EtienneM force-pushed the build/376/github_action_ci branch 5 times, most recently from 95b6301 to bde3d17 Compare August 29, 2025 08:28
@EtienneM EtienneM force-pushed the build/376/github_action_ci branch from bde3d17 to ee9b5aa Compare August 29, 2025 08:29
jobs:
detect-modules:
name: Detect the Go modules declared in go-utils
runs-on: ubuntu-22.04
Copy link
Contributor

Choose a reason for hiding this comment

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

question: do we want to try and run on 24.04?

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 we can. We never faced any issue with Go related to the OS hence I'm tempted to keep trusting Go and not test on both OS (22.04 and 24.04). WDYT?

Copy link
Contributor

Choose a reason for hiding this comment

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

We could slightly move to 24.04, but it is fine as is. I am mostly wondering because it caused issues on codeship, so we might want to be "early than late".

Copy link
Member Author

Choose a reason for hiding this comment

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

The issue we faced on CodeShip with Ubuntu 24.04 is that with this version, they stopped deploying a MongoDB. As our CI scripts supposed that MongoDB is installed, they all suddenly failed. So it's not really related to the new OS version but to a major change in their base image.

@EtienneM EtienneM merged commit 5404c46 into master Sep 1, 2025
57 checks passed
@EtienneM EtienneM deleted the build/376/github_action_ci branch September 1, 2025 08:18
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.

go-utils should use GitHub Actions for CI
3 participants