diff --git a/libnetwork/drivers/bridge/internal/firewaller/stub.go b/libnetwork/drivers/bridge/internal/firewaller/stub.go index 8436a134f2..e62cc500eb 100644 --- a/libnetwork/drivers/bridge/internal/firewaller/stub.go +++ b/libnetwork/drivers/bridge/internal/firewaller/stub.go @@ -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 diff --git a/testutil/environment/protect_linux.go b/testutil/environment/protect_linux.go index cd636840db..42c371a545 100644 --- a/testutil/environment/protect_linux.go +++ b/testutil/environment/protect_linux.go @@ -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