guix_mirror_bot pushed a commit to branch core-packages-team
in repository guix.

commit e50ba926cf447f4e435b087d51efb0cdea6ba225
Author: Zheng Junjie <[email protected]>
AuthorDate: Sat Jul 12 12:23:35 2025 +0800

    gnu: docker: Fix build.
    
    * gnu/packages/docker.scm (docker)[native-inputs]: Replace go-1.20 with
    go-1.21.
    
    Change-Id: I47a10116fd7bb0447e6ff610fd85fefdc7f52d23
---
 gnu/packages/docker.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/docker.scm b/gnu/packages/docker.scm
index 6dced98e82..a0c90ac5aa 100644
--- a/gnu/packages/docker.scm
+++ b/gnu/packages/docker.scm
@@ -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

Reply via email to