mirror of
https://github.com/moby/moby.git
synced 2026-07-13 19:12:11 +00:00
align //go:build versions
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
@@ -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.22 && linux
|
||||
//go:build go1.23 && linux
|
||||
|
||||
package firewaller
|
||||
|
||||
|
||||
@@ -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.22
|
||||
//go:build go1.23
|
||||
|
||||
package environment
|
||||
|
||||
|
||||
Reference in New Issue
Block a user