Skip to content

Update golang Docker tag to v1.26#1088

Open
red-hat-konflux-kflux-prd-rh02[bot] wants to merge 1 commit intorelease-1.7from
konflux/mintmaker/release-1.7/golang-1.x
Open

Update golang Docker tag to v1.26#1088
red-hat-konflux-kflux-prd-rh02[bot] wants to merge 1 commit intorelease-1.7from
konflux/mintmaker/release-1.7/golang-1.x

Conversation

@red-hat-konflux-kflux-prd-rh02

This PR contains the following updates:

Package Type Update Change
golang stage minor 1.23 -> 1.26

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

To execute skipped test pipelines write comment /ok-to-test.


Documentation

Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.

Signed-off-by: red-hat-konflux-kflux-prd-rh02 <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com>
@red-hat-konflux-kflux-prd-rh02
Copy link
Author

Caution

There are some errors in your PipelineRun template.

PipelineRun Error
compliance-operator-must-gather-release-1-7-on-push CEL expression evaluation error: failed to parse expression "event == \"push\" && target_branch == \"release-1.7\" ( \"images/must-gather/***\".pathChanged() || \".tekton/*-must-gather-release-*.yaml\".pathChanged() || \"images/must-gather/Containerfile\".pathChanged() || \"utils/***\".pathChanged() || \"LICENSE\".pathChanged() )": ERROR: <input>:1:51: Syntax error: mismatched input '(' expecting <EOF> | event == "push" && target_branch == "release-1.7" ( "images/must-gather/***".pathChanged() || ".tekton/*-must-gather-release-*.yaml".pathChanged() || "images/must-gather/Containerfile".pathChanged() || "utils/***".pathChanged() || "LICENSE".pathChanged() ) | ..................................................^
compliance-operator-openscap-release-1-7-on-push CEL expression evaluation error: failed to parse expression "event == \"push\" && target_branch == \"release-1.7\" ( \"images/openscap/***\".pathChanged() || \".tekton/*-openscap-release-*.yaml\".pathChanged() || \"images/openscap/Containerfile\".pathChanged() || \"LICENSE\".pathChanged() )": ERROR: <input>:1:51: Syntax error: mismatched input '(' expecting <EOF> | event == "push" && target_branch == "release-1.7" ( "images/openscap/***".pathChanged() || ".tekton/*-openscap-release-*.yaml".pathChanged() || "images/openscap/Containerfile".pathChanged() || "LICENSE".pathChanged() ) | ..................................................^
compliance-operator-release-1-7-on-pull-request CEL expression evaluation error: expression "event == \"pull_request\" && target_branch == \"release-1.7\" && ( \".tekton/compliance-operator-release-1-7-pull-request*.yaml\".pathChanged() || \"*.go\".pathChanged() || \"pkg/**/*.go\".pathChanged() || \"cmd/**/*.go\".pathChanged() || \"version/***\".pathChaned() || \"config/***\".pathChanged() || \"*Makefile*\".pathChanged() || \"vendor/***\".pathChanged() || \"tests/***\".pathChanged() || \"LICENSE\".pathChanged() )" check failed: ERROR: <input>:1:252: undeclared reference to 'pathChaned' (in container '') | event == "pull_request" && target_branch == "release-1.7" && ( ".tekton/compliance-operator-release-1-7-pull-request*.yaml".pathChanged() || "*.go".pathChanged() || "pkg/**/*.go".pathChanged() || "cmd/**/*.go".pathChanged() || "version/***".pathChaned() || "config/***".pathChanged() || "*Makefile*".pathChanged() || "vendor/***".pathChanged() || "tests/***".pathChanged() || "LICENSE".pathChanged() ) | ...........................................................................................................................................................................................................................................................^
compliance-operator-release-1-7-on-push CEL expression evaluation error: expression "event == \"push\" && target_branch == \"release-1.7\" && ( \".tekton/compliance-operator-release-1-7-push.yaml\".pathChanged() || \"*.go\".pathChanged() || \"pkg/**/*.go\".pathChanged() || \"cmd/**/*.go\".pathChanged() || \"version/***\".pathChaned() || \"config/***\".pathChanged() || \"*Makefile*\".pathChanged() || \"vendor/***\".pathChanged() || \"tests/***\".pathChanged() || \"LICENSE\".pathChanged() )" check failed: ERROR: <input>:1:235: undeclared reference to 'pathChaned' (in container '') | event == "push" && target_branch == "release-1.7" && ( ".tekton/compliance-operator-release-1-7-push.yaml".pathChanged() || "*.go".pathChanged() || "pkg/**/*.go".pathChanged() || "cmd/**/*.go".pathChanged() || "version/***".pathChaned() || "config/***".pathChanged() || "*Makefile*".pathChanged() || "vendor/***".pathChanged() || "tests/***".pathChanged() || "LICENSE".pathChanged() ) | ..........................................................................................................................................................................................................................................^

@openshift-ci openshift-ci bot requested review from Vincent056 and jhrozek February 14, 2026 00:11
@openshift-ci
Copy link

openshift-ci bot commented Feb 14, 2026

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: red-hat-konflux-kflux-prd-rh02[bot]
Once this PR has been reviewed and has the lgtm label, please assign vincent056 for approval. For more information see the Code Review Process.

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

Details 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

@openshift-ci
Copy link

openshift-ci bot commented Feb 14, 2026

Hi @red-hat-konflux-kflux-prd-rh02[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.

Details

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.

@github-actions
Copy link

🤖 To deploy this PR, run the following command:

make catalog-deploy CATALOG_IMG=ghcr.io/complianceascode/compliance-operator-catalog:1088-de4bb3953b2bc351c53d94f16986d5c6de02b650

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants