Skip to content

chore(deps): bump ubi9/go-toolset from 1782980212 to 1783931550#94

Merged
openshift-merge-bot[bot] merged 1 commit into
mainfrom
dependabot/docker/ubi9/go-toolset-1783931550
Jul 14, 2026
Merged

chore(deps): bump ubi9/go-toolset from 1782980212 to 1783931550#94
openshift-merge-bot[bot] merged 1 commit into
mainfrom
dependabot/docker/ubi9/go-toolset-1783931550

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown
Contributor

Bumps ubi9/go-toolset from 1782980212 to 1783931550.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Summary by CodeRabbit

  • Chores
    • Updated the build environment’s Go toolset image for improved build consistency.

Bumps ubi9/go-toolset from 1782980212 to 1783931550.

---
updated-dependencies:
- dependency-name: ubi9/go-toolset
  dependency-version: '1783931550'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file docker Pull requests that update docker code labels Jul 13, 2026
@openshift-ci openshift-ci Bot added the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Jul 13, 2026
@openshift-ci

openshift-ci Bot commented Jul 13, 2026

Copy link
Copy Markdown

Hi @dependabot[bot]. Thanks for your PR.

I'm waiting for a openshift-online 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.

@coderabbitai

coderabbitai Bot commented Jul 13, 2026

Copy link
Copy Markdown

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository: openshift-online/coderabbit/.coderabbit.yaml

Review profile: CHILL

Plan: Enterprise

Run ID: 24653bb8-7195-4b67-ba54-7e9ce8db44a1

📥 Commits

Reviewing files that changed from the base of the PR and between 8b14d7c and 15662e7.

📒 Files selected for processing (1)
  • Dockerfile

Walkthrough

The Dockerfile builder stage now uses a different go-toolset image tag. No other build or runtime instructions changed.

Changes

Builder image update

Layer / File(s) Summary
Update builder base image
Dockerfile
The builder stage FROM directive references a different registry.access.redhat.com/ubi9/go-toolset image tag.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Possibly related PRs

Suggested reviewers: psav, cdoan1, typeid

🚥 Pre-merge checks | ✅ 11
✅ Passed checks (11 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the dependency bump reflected in the Dockerfile change.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
No-Weak-Crypto ✅ Passed Diff only bumps the Dockerfile builder image tag; no weak crypto, custom crypto, or secret comparison logic was added or changed.
Container-Privileges ✅ Passed PR diff only bumps the builder image tag; no privileged/hostPID/hostNetwork/hostIPC/SYS_ADMIN/allowPrivilegeEscalation changes were introduced in changed files.
No-Sensitive-Data-In-Logs ✅ Passed PR only bumps the Docker base image tag in Dockerfile; no log statements or sensitive-data handling were added or changed.
No-Hardcoded-Secrets ✅ Passed Only the Dockerfile base-image tag changed; no API keys, tokens, passwords, private keys, or credentialed URLs were introduced.
No-Injection-Vectors ✅ Passed PR only bumps the Dockerfile base image tag; no code paths or injection-prone patterns were added or modified.
Ai-Attribution ✅ Passed No AI-tool use is mentioned in the PR or commit; the commit has Dependabot metadata only, with no Co-Authored-By or AI attribution trailers.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dependabot/docker/ubi9/go-toolset-1783931550

Comment @coderabbitai help to get the list of available commands.

@typeid typeid left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/ok-to-test
/lgtm
/approve

@openshift-ci openshift-ci Bot added ok-to-test Indicates a non-member PR verified by an org member that is safe to test. and removed needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Jul 14, 2026
@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Jul 14, 2026
@openshift-ci

openshift-ci Bot commented Jul 14, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: dependabot[bot], typeid

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

The pull request process is described 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 openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jul 14, 2026
@openshift-merge-bot
openshift-merge-bot Bot merged commit e5f7f6d into main Jul 14, 2026
6 checks passed
@dependabot
dependabot Bot deleted the dependabot/docker/ubi9/go-toolset-1783931550 branch July 14, 2026 13:31
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. dependencies Pull requests that update a dependency file docker Pull requests that update docker code lgtm Indicates that a PR is ready to be merged. ok-to-test Indicates a non-member PR verified by an org member that is safe to test.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant