Skip to content

Commit 5f23c3a

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

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

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)