HYPERFLEET-1578 - fix: migrate cel-go to renamed cel.dev/cel-go path - #255
Merged
openshift-merge-bot[bot] merged 1 commit intoAug 25, 2026
Conversation
Starting at v0.32.0, google/cel-go renamed its Go module path to cel.dev/cel-go, which Renovate cannot rewrite automatically and was blocking dependency-update PRs (renovate/artifacts check failing on go get -t ./...). Updates go.mod and rewrites all imports in internal/payload/builder.go and internal/engine/decision.go.
Risk Score: 2 —
|
| Signal | Detail | Points |
|---|---|---|
| PR size | 17 lines | +0 |
| Sensitive paths | none | +0 |
| Test coverage | No _test.go files in diff | +2 |
Computed by hyperfleet-risk-scorer
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: pnguyen44 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
openshift-merge-bot
Bot
merged commit Aug 25, 2026
eaf1686
into
openshift-hyperfleet:main
9 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
github.com/google/cel-goto its renamed module pathcel.dev/cel-go(v0.32.0)internal/payload/builder.goandinternal/engine/decision.goWhy
Starting at v0.32.0,
google/cel-gorenamed its Go module path tocel.dev/cel-go, which Renovate cannot rewrite automatically. This was blocking dependency-update PRs (#253) on therenovate/artifactscheck with:```text
go: github.com/google/cel-go@v0.32.0: parsing go.mod:
module declares its path as: cel.dev/cel-go
but was required as: github.com/google/cel-go
```
Jira: https://redhat.atlassian.net/browse/HYPERFLEET-1578
Test plan
make test— unit tests passmake test-integration— integration tests passmake lint— no issuesgithub.com/google/cel-goin code or docs