cli/cli-plugins/manager
Sebastiaan van Stijn 1d768f8983
update go:build tags to go1.23 to align with vendor.mod
Go maintainers started to unconditionally update the minimum go version
for golang.org/x/ dependencies to go1.23, which means that we'll no longer
be able to support any version below that when updating those dependencies;

> all: upgrade go directive to at least 1.23.0 [generated]
>
> By now Go 1.24.0 has been released, and Go 1.22 is no longer supported
> per the Go Release Policy (https://go.dev/doc/devel/release#policy).
>
> For golang/go#69095.

This updates our minimum version to go1.23, as we won't be able to maintain
compatibility with older versions because of the above.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2025-04-17 10:43:47 +02:00
..
annotations.go move cli-plugins annotation consts to a separate package 2025-03-07 12:46:11 +01:00
candidate.go move cli-plugins metadata types/consts to a separate package 2025-03-07 12:38:06 +01:00
candidate_test.go move cli-plugins metadata types/consts to a separate package 2025-03-07 12:38:06 +01:00
cobra.go move cli-plugins annotation consts to a separate package 2025-03-07 12:46:11 +01:00
cobra_test.go cli-plugins: merge OTEL_RESOURCE_ATTRIBUTES environment variable 2025-02-18 12:06:46 -06:00
error.go update go:build tags to go1.23 to align with vendor.mod 2025-04-17 10:43:47 +02:00
error_test.go linting: fmt.Errorf can be replaced with errors.New (perfsprint) 2024-06-10 21:19:31 +02:00
hooks.go cli-plugins/manager: getPluginDirs: remove redundant error-return 2025-03-18 12:10:38 +01:00
hooks_test.go plugins/hooks: Don't show empty hooks 2024-05-20 11:20:39 +02:00
manager.go cli-plugins/manager: getPluginDirs: remove redundant error-return 2025-03-18 12:10:38 +01:00
manager_test.go cli-plugins/manager: getPluginDirs: remove redundant error-return 2025-03-18 12:10:38 +01:00
manager_unix.go cli-plugins/manager: add GoDoc for getPluginDirs, defaultSystemPluginDirs 2024-06-19 14:02:40 +02:00
manager_windows.go cli-plugins/manager: add GoDoc for getPluginDirs, defaultSystemPluginDirs 2024-06-19 14:02:40 +02:00
metadata.go move cli-plugins metadata types/consts to a separate package 2025-03-07 12:38:06 +01:00
plugin.go cli-plugins/manager: use lazyregexp to compile regexes on first use 2025-04-10 12:22:26 +02:00
suffix_unix.go remove pre-go1.17 build-tags 2023-05-05 18:23:03 +02:00
suffix_windows.go cli-plugins/manager: use stdlib errors, and minor cleanup 2025-03-07 19:14:32 +01:00
telemetry.go move cli-plugins annotation consts to a separate package 2025-03-07 12:46:11 +01:00