-
Notifications
You must be signed in to change notification settings - Fork 393
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: static type check error on pkg/alignchecker
[ upstream commit 76831cf ] cilium/cilium/pkg/alignchecker now uses map[string][]any as second argument to CheckStructAlignments so we have to pass the type directly instead of the reflect.TypeOf. For more details, see: cilium/cilium@e6d40ee Signed-off-by: Mahe Tardy <mahe.tardy@gmail.com> Signed-off-by: Kornilios Kourtis <kornilios@isovalent.com>
- Loading branch information
Showing
1 changed file
with
13 additions
and
15 deletions.
There are no files selected for viewing
This file contains 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