Skip to content

Commit f63809f

Browse files
committed
Fix golangci-lint
Signed-off-by: Ciprian Hacman <[email protected]>
1 parent aa880b8 commit f63809f

File tree

8 files changed

+4
-8
lines changed

8 files changed

+4
-8
lines changed

hack/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module k8s.io/kops/hack
22

3-
go 1.25.0
3+
go 1.25.3
44

55
require (
66
github.com/client9/misspell v0.3.4

tools/metal/dhcp/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/kubernetes/kops/tools/metal/dhcp
22

3-
go 1.25.0
3+
go 1.25.3
44

55
require github.com/insomniacslk/dhcp v0.0.0-20240812123929-b105c29bd1b5
66

tools/metal/storage/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/kubernetes/kops/tools/metal/dhcp
22

3-
go 1.25.0
3+
go 1.25.3
44

55
require (
66
google.golang.org/grpc v1.66.0

tools/otel/traceserver/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module k8s.io/kops/tools/otel/traceserver
22

3-
go 1.25.0
3+
go 1.25.3
44

55
require (
66
go.opentelemetry.io/proto/otlp v1.8.0

upup/pkg/fi/cloudup/gce/tpm/gcetpmsigner/tpm_other.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build !windows
2-
// +build !windows
32

43
/*
54
Copyright 2021 The Kubernetes Authors.

upup/pkg/fi/files_owner.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build !windows
2-
// +build !windows
32

43
/*
54
Copyright 2019 The Kubernetes Authors.

upup/pkg/fi/files_owner_windows.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build windows
2-
// +build windows
32

43
/*
54
Copyright 2021 The Kubernetes Authors.

upup/pkg/fi/files_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build linux || darwin
2-
// +build linux darwin
32

43
/*
54
Copyright 2020 The Kubernetes Authors.

0 commit comments

Comments
 (0)