summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorZheng Junjie <z572@z572.online>2025-07-12 12:23:35 +0800
committerAndreas Enge <andreas@enge.fr>2025-07-18 20:17:51 +0200
commitc04252e651dedc8711fe5ba1ea673bb3d5fbe00c (patch)
tree0160ceb43dbfa58c3a089981ccb512debf681cbc /gnu/packages
parent28508c24629fc47bfc52c56103c5bdaa1ca2fa52 (diff)
gnu: docker: Fix build.
* gnu/packages/docker.scm (docker)[native-inputs]: Replace go-1.20 with go-1.21. Change-Id: I47a10116fd7bb0447e6ff610fd85fefdc7f52d23
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/docker.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/docker.scm b/gnu/packages/docker.scm
index 6dced98e827..a0c90ac5aa0 100644
--- a/gnu/packages/docker.scm
+++ b/gnu/packages/docker.scm
@@ -611,7 +611,7 @@ runcexecutor/executor.go"
611 xz)) 611 xz))
612 (native-inputs 612 (native-inputs
613 (list eudev ; TODO: Should be propagated by lvm2 (.pc -> .pc) 613 (list eudev ; TODO: Should be propagated by lvm2 (.pc -> .pc)
614 go-1.20 gotestsum pkg-config)) 614 go-1.21 gotestsum pkg-config))
615 (synopsis "Container component library and daemon") 615 (synopsis "Container component library and daemon")
616 (description "This package provides a framework to assemble specialized 616 (description "This package provides a framework to assemble specialized
617container systems. It includes components for orchestration, image 617container systems. It includes components for orchestration, image