gnu: docker: Fix build.

* gnu/packages/docker.scm (docker)[native-inputs]: Replace go-1.20 with
go-1.21.

Change-Id: I47a10116fd7bb0447e6ff610fd85fefdc7f52d23
This commit is contained in:
Zheng Junjie 2025-07-12 12:23:35 +08:00 committed by Andreas Enge
parent 28508c2462
commit c04252e651
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -611,7 +611,7 @@ runcexecutor/executor.go"
xz))
(native-inputs
(list eudev ; TODO: Should be propagated by lvm2 (.pc -> .pc)
go-1.20 gotestsum pkg-config))
go-1.21 gotestsum pkg-config))
(synopsis "Container component library and daemon")
(description "This package provides a framework to assemble specialized
container systems. It includes components for orchestration, image