Skip to content

Commit a522e26

Browse files
committed
golangci-lint fix typo in depguard message
This was introduced in 136e1b7, but missed during review. Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent b2e01a8 commit a522e26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ linters-settings:
7171
- pkg: "github.com/containerd/containerd/log"
7272
desc: The containerd log package was migrated to a separate module. Use github.com/containerd/log instead.
7373
- pkg: "github.com/containerd/containerd/platforms"
74-
desc: The containerd log package was migrated to a separate module. Use github.com/containerd/platforms instead.
74+
desc: The containerd platforms package was migrated to a separate module. Use github.com/containerd/platforms instead.
7575
gosec:
7676
# The following issues surfaced when `gosec` linter
7777
# was enabled. They are temporarily excluded to unblock

0 commit comments

Comments
 (0)