On 06/11/2024 11:40 am, Roger Pau Monné wrote: > 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, and yeah. As chance would have it, the problem resolved itself in this mornings run, but we should take the patch anyway. A couple of weeks ago, they did strip out one of the versions of Go, but it wasn't the version of Go we were trying to use. But in hindsight, that doesn't mean that the metadata was kept properly up to date. ~Andrew
