Skip to content

Commit

Permalink
renovate: Don't update golang.org/x/exp
Browse files Browse the repository at this point in the history
v0.0.0-20230801115018-d63ba01acd4b causes this complilation error:

    # github.com/cilium/cilium/pkg/hive/cell
    Error: vendor/github.com/cilium/cilium/pkg/hive/cell/health.go:194:23:
    type func(a Status, b Status) bool of func(a, b Status) bool {…} does not match inferred
    type func(a Status, b Status) int for func(a E, b E) int

Ref: https://github.com/cilium/cilium-cli/actions/runs/5732604742/job/15535855918?pr=1873

Signed-off-by: Michi Mutsuzaki <[email protected]>
  • Loading branch information
michi-covalent committed Aug 2, 2023
1 parent 0528377 commit 4904198
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,13 @@
// renovate wants to downgrade to 1.0.5. Can be removed if pflag ever
// tags a new release.
"github.com/spf13/pflag",
// v0.0.0-20230801115018-d63ba01acd4b causes this complilation error:
//
// # github.com/cilium/cilium/pkg/hive/cell
// Error: vendor/github.com/cilium/cilium/pkg/hive/cell/health.go:194:23:
// type func(a Status, b Status) bool of func(a, b Status) bool {…} does not match inferred
// type func(a Status, b Status) int for func(a E, b E) int
"golang.org/x/exp",
],
"matchPackagePatterns": [
// k8s dependencies will be updated manually in lockstep.
Expand Down

0 comments on commit 4904198

Please sign in to comment.