You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: Migrate build tags from +build to //go:build directives
Converted deprecated `// +build` directives to the modern `//go:build` format
across several files. This standardized the build constraint declarations.
Signed-off-by: Chmouel Boudjnah <chmouel@redhat.com>
0 commit comments