-
Notifications
You must be signed in to change notification settings - Fork 55
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
Update CI to pin deps and use build matrix #221
Conversation
@saschagrunert: The label(s) In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
@@ -5,32 +5,34 @@ on: ["push", "pull_request"] | |||
|
|||
env: | |||
GO_VERSION: "1.23" | |||
LINUX_ARCHES: "amd64 386 arm arm64 s390x mips64le ppc64le" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dropped 386 and arm since they're not widely used any more these days.
Signed-off-by: Sascha Grunert <[email protected]>
b8abf65
to
d5f4ac6
Compare
Pull Request Test Coverage Report for Build 10938934850Details
💛 - Coveralls |
Pull Request Test Coverage Report for Build 10938918529Details
💛 - Coveralls |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kwilczynski, saschagrunert 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 |
What type of PR is this?
/kind ci
What this PR does / why we need it:
Update the CI to pin the dependencies, use a build matrix for the arches as well as bumping the linter.
Which issue(s) this PR fixes:
None
Special notes for your reviewer:
None
Does this PR introduce a user-facing change?