Skip to content

Commit d87b0d1

Browse files
committed
fix(ci): license check
On-behalf-of: @SAP [email protected] Signed-off-by: Christopher Junk <[email protected]>
1 parent d64751e commit d87b0d1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/license-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
2626
with:
27-
go-version: '1.24'
27+
go-version: '1.25'
2828

2929
- name: Install go-licenses
3030
run: |

internal/orchestrator/managedhandler_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import (
77
"strings"
88
"testing"
99

10-
"github.com/openmcp-project/metrics-operator/api/v1alpha1"
1110
apiextensionsv1 "k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1"
1211
"k8s.io/apimachinery/pkg/runtime"
1312
"k8s.io/apimachinery/pkg/runtime/schema"
@@ -16,6 +15,8 @@ import (
1615
dynamicfake "k8s.io/client-go/dynamic/fake"
1716
"sigs.k8s.io/controller-runtime/pkg/client"
1817
"sigs.k8s.io/controller-runtime/pkg/client/fake"
18+
19+
"github.com/openmcp-project/metrics-operator/api/v1alpha1"
1920
)
2021

2122
func TestGetManagedResources(t *testing.T) {

0 commit comments

Comments
 (0)