chore(deps): update golang docker tag to v1.23
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| golang | stage | minor | 1.22 -> 1.23 |
[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
Hi @renovate[bot]. Thanks for your PR.
I'm waiting for a ComplianceAsCode member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.
Once the patch is verified, the new status will be reflected by the ok-to-test label.
I understand the commands that are listed here.
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.
:robot: To deploy this PR, run the following command:
make catalog-deploy CATALOG_IMG=ghcr.io/complianceascode/compliance-operator-catalog:598-0233a442fb5cce4925d527f4e98b4a90c807535c
/hold
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: renovate[bot] Once this PR has been reviewed and has the lgtm label, please assign jhrozek for approval. For more information see the Code Review Process.
The full list of commands accepted by this bot can be found here.
Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment
Edited/Blocked Notification
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.
⚠️ Warning: custom changes will be lost.
:robot: To deploy this PR, run the following command:
make catalog-deploy CATALOG_IMG=ghcr.io/complianceascode/compliance-operator-catalog:598-6e238e075c4a4d0c3278cabd465369f15fc54b7f
I believe this is failing because we're still using a golang 1.22 image in CI:
INFO[2025-01-07T17:53:24Z] go: go.mod requires go >= 1.23.0 (running go 1.22.9; GOTOOLCHAIN=local)
GOFLAGS=-mod=vendor GO111MODULE=auto go vet
go: go.mod requires go >= 1.23.0 (running go 1.22.9; GOTOOLCHAIN=local)
make: *** [Makefile:308: vet] Error 1
{"component":"entrypoint","error":"wrapped process failed: exit status 2","file":"sigs.k8s.io/prow/pkg/entrypoint/run.go:84","func":"sigs.k8s.io/prow/pkg/entrypoint.Options.internalRun","level":"error","msg":"Error executing test process","severity":"error","time":"2025-01-07T17:53:24Z"}
That image is maintained by automation that syncs the image based on what's in the compliance-operator repository:
https://github.com/openshift/release/commit/d7e170f6f6dc7350d41e13a4046f53b4eca165c2
I believe this is failing because we're still using a golang 1.22 image in CI:
INFO[2025-01-07T17:53:24Z] go: go.mod requires go >= 1.23.0 (running go 1.22.9; GOTOOLCHAIN=local) GOFLAGS=-mod=vendor GO111MODULE=auto go vet go: go.mod requires go >= 1.23.0 (running go 1.22.9; GOTOOLCHAIN=local) make: *** [Makefile:308: vet] Error 1 {"component":"entrypoint","error":"wrapped process failed: exit status 2","file":"sigs.k8s.io/prow/pkg/entrypoint/run.go:84","func":"sigs.k8s.io/prow/pkg/entrypoint.Options.internalRun","level":"error","msg":"Error executing test process","severity":"error","time":"2025-01-07T17:53:24Z"}That image is maintained by automation that syncs the image based on what's in the compliance-operator repository:
We hit the same issue with https://github.com/ComplianceAsCode/compliance-operator/pull/553
:robot: To deploy this PR, run the following command:
make catalog-deploy CATALOG_IMG=ghcr.io/complianceascode/compliance-operator-catalog:598-51ee800d3c6b2737aa4e731f165a431df33032e7
:robot: To deploy this PR, run the following command:
make catalog-deploy CATALOG_IMG=ghcr.io/complianceascode/compliance-operator-catalog:598-4f274240154613f16304260416cefd8599204c6a
@renovate[bot]: 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/verify | 4f274240154613f16304260416cefd8599204c6a | link | true | /test verify |
| ci/prow/unit | 4f274240154613f16304260416cefd8599204c6a | link | true | /test unit |
| ci/prow/e2e-aws-serial | 4f274240154613f16304260416cefd8599204c6a | link | true | /test e2e-aws-serial |
| ci/prow/e2e-rosa | 4f274240154613f16304260416cefd8599204c6a | link | true | /test e2e-rosa |
| ci/prow/e2e-aws-parallel | 4f274240154613f16304260416cefd8599204c6a | link | true | /test e2e-aws-parallel |
| ci/prow/images | 4f274240154613f16304260416cefd8599204c6a | link | true | /test images |
Full PR test history. Your PR dashboard.
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. I understand the commands that are listed here.
Kicking this through so repository automation can update the image reference we use in openshift/release https://github.com/openshift/release/blob/master/ci-operator/config/ComplianceAsCode/compliance-operator/ComplianceAsCode-compliance-operator-master.yaml#L10