Skip to content

Commit bfd02d1

Browse files
committed
Remove redundant build constraint comments
The `// +build` syntax is deprecated in favor of the `//go:build` directive introduced in Go 1.17. Remove the redundant `// +build linux` comments from test files that already have the modern `//go:build linux` directive.
1 parent 5451ea2 commit bfd02d1

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

internal/driver/nodeserver_helpers_linux_test.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
package driver
54

internal/driver/nodeserver_luks_encryption_test.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
package driver
54

0 commit comments

Comments
 (0)