remove legacy build-tags

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2025-03-08 12:23:18 +01:00
parent 2eec74659e
commit 46caf5697c
2 changed files with 1 additions and 3 deletions

View File

@ -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

View File

@ -1,5 +1,4 @@
//go:build unix
// +build unix
//go:build !windows
package signals