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

apd: add go 1.21 and 1.22 testing to CI #131

Merged

Conversation

nvanbenschoten
Copy link
Member

This commit adds a test variant for go 1.21 and 1.22.

This commit adds a test variant for go 1.21 and 1.22.
Copy link

@petermattis petermattis left a comment

Choose a reason for hiding this comment

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

LGTM

Did you consider removing testing for go1.13 and go1.14? Not sure if it matters. This repo rarely changes.

@@ -71,9 +73,9 @@ jobs:
- name: 'GCAssert'
# Only run gcassert on the latest versions of Go. Inlining heuristics
# change from version to version.

Choose a reason for hiding this comment

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

This comment seems out of date. We run gcassert on go1.18+.

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 latest versions" was meant to imply that there might be a few recent versions on which we run gcassert, not just the single latest.

@nvanbenschoten
Copy link
Member Author

Did you consider removing testing for go1.13 and go1.14? Not sure if it matters. This repo rarely changes.

Yeah, we should go through and remove old versions from CI, now that they're quite stale. I'll leave that for next time, as they're also not hurting anything.

@nvanbenschoten nvanbenschoten merged commit e8d9190 into cockroachdb:master Feb 13, 2024
30 checks passed
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