From 5289cfe5aaef9793ae19ffcc75dad2272fad097e Mon Sep 17 00:00:00 2001 From: kruskall <99559985+kruskall@users.noreply.github.com> Date: Wed, 5 Feb 2025 14:06:18 +0100 Subject: [PATCH] Update config_nofips_test.go --- internal/beatcmd/config_nofips_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/internal/beatcmd/config_nofips_test.go b/internal/beatcmd/config_nofips_test.go index 3df22cd4f12..c10928c0410 100644 --- a/internal/beatcmd/config_nofips_test.go +++ b/internal/beatcmd/config_nofips_test.go @@ -15,6 +15,8 @@ // specific language governing permissions and limitations // under the License. +//go:build !requirefips + package beatcmd import (