guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#70556] [PATCH 3/3] gnu: yggdrasil: Use go-1.21.


From: Artyom V. Poptsov
Subject: [bug#70556] [PATCH 3/3] gnu: yggdrasil: Use go-1.21.
Date: Wed, 24 Apr 2024 23:03:52 +0300

* gnu/packages/networking.scm (yggdrasil) [arguments]: Use go-1.21.

Change-Id: I3731f49ff7a70114a2454da6985323c011d831a1
---
 gnu/packages/networking.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 9d657bc69d..28d5926878 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -4585,7 +4585,7 @@ (define-public yggdrasil
            ;; TODO: figure out how tests are run
            #:tests? #f
            #:install-source? #f
-           #:go go-1.20
+           #:go go-1.21
            #:phases
            #~(modify-phases %standard-phases
                (replace 'build
-- 
2.41.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]