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

fix: Bump the minimum required version of Go to go1.23.0 #1474

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

ctlong
Copy link
Member

@ctlong ctlong commented Mar 1, 2025

Are you submitting this PR against the develop branch?

Yes

What is this change about?

Updating the minimum required version of Go to go1.23.0.

Please provide contextual information.

If any dependencies of a module require a minimum version of Go that is greater than the minimum version of Go required by the module, then go mod tidy will update the minimum version of the module. This is what was happening when I ran go mod tidy. I've simply committed the result of that command.

What version of cf-deployment have you run this cf-acceptance-test change against?

None

Please check all that apply for this PR:

  • introduces a new test --- Are you sure everyone should be running this test?
  • changes an existing test
  • requires an update to a CATs integration-config

Did you update the README as appropriate for this change?

  • YES
  • N/A

If you are introducing a new acceptance test, what is your rationale for including it CATs rather than your own acceptance test suite?

N/A

How many more (or fewer) seconds of runtime will this change introduce to CATs?

None

What is the level of urgency for publishing this change?

  • Urgent - unblocks current or future work
  • Slightly Less than Urgent

Tag your pair, your PM, and/or team!

None

`go mod tidy` keeps trying to change the minimum version of Go in the
go.mod. Looking it up, it seems like that's probably due to a dependency
requiring a higher minimum version of Go than what's currently set,
go1.22. We should make this change then.

Also, updates the toolchain to be go1.24.0. Left it in, but not sure we
care too much what this is set to.
@ctlong ctlong force-pushed the fix/bump-min-go-version branch from 4d4ac87 to eb52f46 Compare March 1, 2025 06:26
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.

1 participant