summaryrefslogtreecommitdiff
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
parent28508c24629fc47bfc52c56103c5bdaa1ca2fa52 (diff)
gnu: docker: Fix build.
* gnu/packages/docker.scm (docker)[native-inputs]: Replace go-1.20 with go-1.21. Change-Id: I47a10116fd7bb0447e6ff610fd85fefdc7f52d23
-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 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