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

Set Go support policy to latest-2 #220

Merged
merged 1 commit into from
Apr 24, 2024
Merged

Set Go support policy to latest-2 #220

merged 1 commit into from
Apr 24, 2024

Conversation

codefromthecrypt
Copy link
Member

Before updating deps, we should revisit the go support policy I think. That way the next release is coherent across the board. This is the same templating as wazero, which had to deal with some projects that lagged behind Go.

Copy link
Member

@basvanbeek basvanbeek left a comment

Choose a reason for hiding this comment

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

This CI flow removes Windows and Mac OS testing. Was this broken?

@codefromthecrypt
Copy link
Member Author

This CI flow removes Windows and Mac OS testing. Was this broken?

nope that was a mistake. I'll fix that, sorry for the distraction!

@codefromthecrypt
Copy link
Member Author

added macos+arm64: I don't think we have any CGO in main, but may be handy for dev/test deps. Lemme know if we should remove it!

@codefromthecrypt
Copy link
Member Author

I'll raise a separate PR first for lint as seems we can't pass it anymore

@codefromthecrypt
Copy link
Member Author

ok I removed the fuzz so this does only one thing: formalizes the current-2 version policy from the github action config.

This should pass once #221 is merged

Signed-off-by: Adrian Cole <adrian@tetrate.io>
@codefromthecrypt
Copy link
Member Author

codefromthecrypt commented Apr 20, 2024

we need to bump the floor at least to Go 1.19 in order to fix the CVEs. Would like an approve here as this seems a no brainer, and if not, we should say what the version policy should be (latest-3?) #222

@codefromthecrypt
Copy link
Member Author

TL;DR; let's solidify status quo of our tests to latest-2 or document why not. latest-* isn't a policy, we should have a policy as most maintainers are dormant. This allows people who do maintain things frequently like @anuraaga, @reta and I proceed without others and without judgemental mistakes.

If I see no feedback to contrary in a few days, I'll merge as I can't block on things like version bumps as they don't deserve to tie any of our time up in nagging. We need to block our volunteers the least as possible on mechanical work.

@codefromthecrypt codefromthecrypt merged commit 48cf793 into master Apr 24, 2024
5 checks passed
@codefromthecrypt codefromthecrypt deleted the go-support branch April 24, 2024 02:36
@codefromthecrypt
Copy link
Member Author

thanks for the look @anuraaga @basvanbeek and @reta! I'll rebase the other PR so that we can kill that CVE. If someone later complains it should be latest-3 we can revisit.

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

3 participants