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

Matrix test go versions, require go1.23+ #23

Merged
merged 2 commits into from
Oct 14, 2024

Conversation

liggitt
Copy link
Contributor

@liggitt liggitt commented Oct 14, 2024

Fixes #22

Updates CI to test with the go version from go.mod and latest stable go version

Updates go.mod to require go1.23 (since #21 imports go 1.23 encoding/json code that uses go1.23 reflect package APIs)

@k8s-ci-robot k8s-ci-robot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Oct 14, 2024
@k8s-ci-robot k8s-ci-robot added approved Indicates a PR has been approved by an approver from all required OWNERS files. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Oct 14, 2024
@liggitt liggitt force-pushed the go123 branch 2 times, most recently from b962456 to 8c9ff39 Compare October 14, 2024 14:55
@k8s-ci-robot k8s-ci-robot added size/S Denotes a PR that changes 10-29 lines, ignoring generated files. and removed size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Oct 14, 2024
@liggitt liggitt force-pushed the go123 branch 6 times, most recently from 8444ca6 to d1cb4dd Compare October 14, 2024 16:00
@liggitt liggitt changed the title WIP - Matrix test go versions Matrix test go versions, require go1.23+ Oct 14, 2024
@k8s-ci-robot k8s-ci-robot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Oct 14, 2024
@liggitt
Copy link
Contributor Author

liggitt commented Oct 14, 2024

/assign @jpbetz

@jpbetz
Copy link

jpbetz commented Oct 14, 2024

/lgtm
/approve
The passing CI jobs for both "" and "1.x" look right at a glance. Thanks!

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Oct 14, 2024
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: jpbetz, liggitt

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot merged commit cfa47c3 into kubernetes-sigs:main Oct 14, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PR #21 seems to have broken use with Go 1.22
3 participants