guix-commits
[Top][All Lists]
Advanced

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

01/11: gnu: yggdrasil: Use go-1.21.


From: guix-commits
Subject: 01/11: gnu: yggdrasil: Use go-1.21.
Date: Sun, 28 Apr 2024 11:31:41 -0400 (EDT)

sharlatan pushed a commit to branch master
in repository guix.

commit 7790a970ec2318c93df13e206d67ba757f761242
Author: Artyom V. Poptsov <poptsov.artyom@gmail.com>
AuthorDate: Wed Apr 24 23:03:52 2024 +0300

    gnu: yggdrasil: Use go-1.21.
    
    * gnu/packages/networking.scm (yggdrasil) [arguments]: Use go-1.21.
    
    Change-Id: I3731f49ff7a70114a2454da6985323c011d831a1
    Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
---
 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 @@ QUIC protocol.")
            ;; 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



reply via email to

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