On Tue, Nov 05, 2024 at 08:46:03PM +0000, Andrew Cooper wrote: > Something has changed recently in the Github Actions environment and the > golang metapacakge resolves to something that no longer exists: > > https://github.com/xen-project/xen/actions/runs/11539340171/job/32120834909 > > Update metadata before installing, which fixes things. > > Signed-off-by: Andrew Cooper <[email protected]>
Acked-by: Roger Pau Monné <[email protected]> Seems like the current Ubuntu image has a stale apt cache? It's good practice to update before we install anyway. Thanks, Roger.
