Update go:build comments to go1.21

Match the minimum version that's specified on our vendor.mod.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2024-06-13 14:56:36 +02:00
parent c0c0bed9ab
commit b7d5a42168
17 changed files with 17 additions and 17 deletions

View File

@@ -1,5 +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.19
//go:build go1.21
package daemon // import "github.com/docker/docker/daemon"