From 6bc8229bb0ca4b397bbfc58e2b8cd83040ac1ebc Mon Sep 17 00:00:00 2001 From: rishi-salunkhe-mettle Date: Fri, 2 Aug 2024 13:32:42 -0400 Subject: [PATCH] Removed the additional go build constaint which is Go 1.17 and higher version specific --- endpointmanager/pkg/jsonexport/jsonexport_integration_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/endpointmanager/pkg/jsonexport/jsonexport_integration_test.go b/endpointmanager/pkg/jsonexport/jsonexport_integration_test.go index 33265c69d..2d4a58e8e 100644 --- a/endpointmanager/pkg/jsonexport/jsonexport_integration_test.go +++ b/endpointmanager/pkg/jsonexport/jsonexport_integration_test.go @@ -1,4 +1,3 @@ -//go:build integration // +build integration package jsonexport