Skip to content

Fix go.mod checksum mismatch#544

Merged
openshift-merge-bot[bot] merged 1 commit intoopenstack-k8s-operators:mainfrom
fmount:fix_gomod
Apr 20, 2025
Merged

Fix go.mod checksum mismatch#544
openshift-merge-bot[bot] merged 1 commit intoopenstack-k8s-operators:mainfrom
fmount:fix_gomod

Conversation

@fmount
Copy link
Copy Markdown
Contributor

@fmount fmount commented Apr 20, 2025

This patch fixes the following error:

verifying github.com/openstack-k8s-operators/mariadb-operator/api@v0.6.0: checksum mismatch
  downloaded: h1:fzGnHYRuBAehQTbiPVyjoNtC2eTd7mLVE3+52PUoQsI=
  go.sum:     h1:dcSfC4ufrJve8A7jimLL1TtVVBsyGNrXpHCh2m2xDs0=

SECURITY ERROR
This download does NOT match an earlier download recorded in go.sum. The bits may have been replaced on the origin server, or an attacker may have intercepted the download attempt.

that prevents bumping the existing dependencies and blocks other patches.

This patch fixes the following error:

'''
verifying github.com/openstack-k8s-operators/mariadb-operator/api@v0.6.0: checksum mismatch
  downloaded: h1:fzGnHYRuBAehQTbiPVyjoNtC2eTd7mLVE3+52PUoQsI=
  go.sum:     h1:dcSfC4ufrJve8A7jimLL1TtVVBsyGNrXpHCh2m2xDs0=

SECURITY ERROR
This download does NOT match an earlier download recorded in go.sum.
The bits may have been replaced on the origin server, or an attacker may
have intercepted the download attempt.
'''

that prevents bumping the existing dependencies and blocks other
patches.

Signed-off-by: Francesco Pantano <fpantano@redhat.com>
@fmount fmount requested review from abays, steveb and stuggi April 20, 2025 16:57
@openshift-ci openshift-ci bot requested a review from hjensas April 20, 2025 16:57
Copy link
Copy Markdown
Contributor

@abays abays left a comment

Choose a reason for hiding this comment

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

/lgtm

@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci bot commented Apr 20, 2025

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: abays, fmount

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

@softwarefactory-project-zuul
Copy link
Copy Markdown

Build failed (check pipeline). Post recheck (without leading slash)
to rerun all jobs. Make sure the failure cause has been resolved before
you rerun jobs.

https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/a0c81a461ebd49b1a8148c98f2360b0b

✔️ noop SUCCESS in 0s
✔️ openstack-k8s-operators-content-provider SUCCESS in 27m 02s
podified-multinode-ironic-deployment RETRY_LIMIT in 7m 17s

@fmount
Copy link
Copy Markdown
Contributor Author

fmount commented Apr 20, 2025

recheck

@openshift-merge-bot openshift-merge-bot bot merged commit 11c9133 into openstack-k8s-operators:main Apr 20, 2025
7 checks passed
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.

2 participants