From c0b604328e258855d2a23f3394b57dc167b663d6 Mon Sep 17 00:00:00 2001 From: Alexander Lais Date: Thu, 30 Jul 2026 11:48:10 +0200 Subject: [PATCH] fix(sample): make tools.go a tool so it imports `ironcore` Without the import, the CI for the sample fails. Signed-off-by: Alexander Lais --- sample/tools.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample/tools.go b/sample/tools.go index 918ef76..919f0e7 100644 --- a/sample/tools.go +++ b/sample/tools.go @@ -1,7 +1,7 @@ // SPDX-FileCopyrightText: 2022 SAP SE or an SAP affiliate company and IronCore contributors // SPDX-License-Identifier: Apache-2.0 -//go:build ignore +//go:build tools package sample