go: cleanup old build flags

Signed-off-by: Stephan Renatus <stephan.renatus@gmail.com>
This commit is contained in:
Stephan Renatus
2026-02-11 11:13:08 +01:00
committed by Stephan Renatus
parent c256ef1f39
commit b15601876e
8 changed files with 1 additions and 23 deletions
-3
View File
@@ -1,6 +1,3 @@
//go:build go1.16
// +build go1.16
package bundle
import (
-3
View File
@@ -2,9 +2,6 @@
// Use of this source code is governed by an Apache2
// license that can be found in the LICENSE file.
//go:build go1.16
// +build go1.16
package capabilities
import (
-3
View File
@@ -1,6 +1,3 @@
//go:build go1.16
// +build go1.16
package bundle
import (
-3
View File
@@ -1,6 +1,3 @@
//go:build go1.16
// +build go1.16
package bundle
import (
-3
View File
@@ -2,9 +2,6 @@
// Use of this source code is governed by an Apache2
// license that can be found in the LICENSE file.
//go:build go1.16
// +build go1.16
package capabilities
import (
-3
View File
@@ -2,9 +2,6 @@
// Use of this source code is governed by an Apache2
// license that can be found in the LICENSE file.
//go:build go1.16
// +build go1.16
package capabilities_test
import (
+1 -2
View File
@@ -1,5 +1,4 @@
//go:build !go1.18 || !darwin
// +build !go1.18 !darwin
//go:build !darwin
package topdown
-3
View File
@@ -1,6 +1,3 @@
//go:build go1.18
// +build go1.18
package topdown
func fixupDarwinGo118(x, y string) string {