ComplianceAsCode / compliance-operator

Operator providing Kubernetes cluster compliance checks
Apache License 2.0
38 stars 23 forks source link

:broom: update golang to 1.22 #549

Closed rhmdnd closed 1 month ago

rhmdnd commented 1 month ago

Use golang 1.22 so we can keep dependencies up-to-date.

openshift-ci[bot] commented 1 month ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: rhmdnd

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: - ~~[OWNERS](https://github.com/ComplianceAsCode/compliance-operator/blob/master/OWNERS)~~ [rhmdnd] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
openshift-ci[bot] commented 1 month ago

@rhmdnd: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/unit 2a94592b7e4a2bcdaac20f57098a55351cceaf39 link true /test unit
ci/prow/verify 2a94592b7e4a2bcdaac20f57098a55351cceaf39 link true /test verify
ci/prow/e2e-aws-parallel 2a94592b7e4a2bcdaac20f57098a55351cceaf39 link true /test e2e-aws-parallel
ci/prow/e2e-aws-serial 2a94592b7e4a2bcdaac20f57098a55351cceaf39 link true /test e2e-aws-serial
ci/prow/e2e-rosa 2a94592b7e4a2bcdaac20f57098a55351cceaf39 link true /test e2e-rosa

Full PR test history. Your PR dashboard.

Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes-sigs/prow](https://github.com/kubernetes-sigs/prow/issues/new?title=Prow%20issue:) repository. I understand the commands that are listed [here](https://go.k8s.io/bot-commands).
rhmdnd commented 1 month ago

I realized I duplicated this in https://github.com/ComplianceAsCode/compliance-operator/pull/553