Skip to content

Commit 4c42fa0

Browse files
committed
pkg/cdi: remove legacy build-tags
Go module requires go1.20, so we no longer need to take the old format into account. Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent ec833b9 commit 4c42fa0

File tree

6 files changed

+0
-6
lines changed

6 files changed

+0
-6
lines changed

pkg/cdi/cache_darwin_test.go

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

43
/*
54
Copyright © 2021 The CDI Authors

pkg/cdi/cache_unix_test.go

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

43
/*
54
Copyright © 2021 The CDI Authors

pkg/cdi/cache_windows_test.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 CDI Authors

pkg/cdi/container-edits_unix.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 CDI Authors

pkg/cdi/container-edits_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 CDI Authors

pkg/cdi/spec_other.go

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

43
/*
54
Copyright © 2022 The CDI Authors

0 commit comments

Comments
 (0)