ci: use latest Fedora container-image

GitHub had issues with Fedora 40 when it was released. Hopefully this is
not the case anymore.

Closes: #4585
Signed-off-by: Niels de Vos <ndevos@ibm.com>
This commit is contained in:
Niels de Vos 2024-07-31 14:59:44 +02:00 committed by mergify[bot]
parent e3697f4d3e
commit a8d1b9dfe5

View File

@ -8,7 +8,7 @@
# little different.
#
FROM registry.fedoraproject.org/fedora:39
FROM registry.fedoraproject.org/fedora:latest
ARG GOPATH=/go
ARG GOROOT=/usr/local/go