Skip to content

make verify failes locally #14133

@RAPSNX

Description

@RAPSNX

How to categorize this issue?

/area dev-productivity
/kind bug

What happened:

make verify failes locally with:

Error: build linters: unable to load custom analyzer "logcheck": hack/tools/bin/linux-amd64/logcheck.so, plugin.Open("/home/rapsn/Projects/gardener/gardener/hack/tools/bin/linux-amd64/logcheck"): plugin was built with a different version of package internal/godebugs
The command is terminated due to an error: build linters: unable to load custom analyzer "logcheck": hack/tools/bin/linux-amd64/logcheck.so, plugin.Open("/home/rapsn/Projects/gardener/gardener/hack/tools/bin/linux-amd64/logcheck"): plugin was built with a different version of package internal/godebugs

This issue already existed before: #9453

The problem is that the logcheck module is out-of-sync with the gardener module version.

This mismatches with the actual go 1.25.6 of g/g.
Manually bumping the version fixes the issue.

How to reproduce it (as minimally and precisely as possible):

make verify or make check

Anything else we need to know?:

Not sure if #13545 would address this issue?
@maboehm?

Environment:

  • Gardener version:
  • Kubernetes version (use kubectl version):
  • Cloud provider or hardware configuration:
  • Others:

Metadata

Metadata

Assignees

No one assigned

    Labels

    area/dev-productivityDeveloper productivity related (how to improve development)kind/bugBug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions