From cc78fb3bd121f8aa759513ee02ec85d9d581eb20 Mon Sep 17 00:00:00 2001 From: apostasie Date: Sun, 20 Oct 2024 13:10:47 -0700 Subject: [PATCH] Remove old build tag syntax Signed-off-by: apostasie --- pkg/logging/logs_other.go | 1 - pkg/logging/logs_windows.go | 1 - 2 files changed, 2 deletions(-) diff --git a/pkg/logging/logs_other.go b/pkg/logging/logs_other.go index 6270efbe0fe..94cd53ef2b2 100644 --- a/pkg/logging/logs_other.go +++ b/pkg/logging/logs_other.go @@ -1,5 +1,4 @@ //go:build !windows -// +build !windows /* Copyright The containerd Authors. diff --git a/pkg/logging/logs_windows.go b/pkg/logging/logs_windows.go index 262ac0c2d42..c6902d5b52a 100644 --- a/pkg/logging/logs_windows.go +++ b/pkg/logging/logs_windows.go @@ -1,5 +1,4 @@ //go:build windows -// +build windows /* Copyright The containerd Authors.