remove legacy build-tags
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
@ -1,6 +1,5 @@
|
||||
// FIXME(thaJeztah): remove once we are a module; the go:build directive prevents go from downgrading language version to go1.16:
|
||||
//go:build go1.22
|
||||
// +build go1.22
|
||||
|
||||
package container
|
||||
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
//go:build unix
|
||||
// +build unix
|
||||
//go:build !windows
|
||||
|
||||
package signals
|
||||
|
||||
|
||||
Reference in New Issue
Block a user