From a522e267e8b3312fa1a8679a7dee0c28b208a474 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Thu, 20 Jun 2024 08:39:48 +0200 Subject: [PATCH] golangci-lint fix typo in depguard message This was introduced in 136e1b72d8330d43b9cedf051a0b745cf70df9ee, but missed during review. Signed-off-by: Sebastiaan van Stijn --- .golangci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.golangci.yml b/.golangci.yml index 24e28fe3c2..fb8b972f7a 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -71,7 +71,7 @@ linters-settings: - pkg: "github.com/containerd/containerd/log" desc: The containerd log package was migrated to a separate module. Use github.com/containerd/log instead. - pkg: "github.com/containerd/containerd/platforms" - desc: The containerd log package was migrated to a separate module. Use github.com/containerd/platforms instead. + desc: The containerd platforms package was migrated to a separate module. Use github.com/containerd/platforms instead. gosec: # The following issues surfaced when `gosec` linter # was enabled. They are temporarily excluded to unblock