-
Notifications
You must be signed in to change notification settings - Fork 560
Open
Labels
area/dev-productivityDeveloper productivity related (how to improve development)Developer productivity related (how to improve development)kind/bugBugBug
Description
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.
gardener/hack/tools/logcheck/go.mod
Line 4 in d6effc0
| go 1.25.0 |
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:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/dev-productivityDeveloper productivity related (how to improve development)Developer productivity related (how to improve development)kind/bugBugBug