sharlatan pushed a commit to branch go-team
in repository guix.

commit 2de1d3eefd10e59064ea65ab318a418a036937d2
Author: Sharlatan Hellseher <sharlata...@gmail.com>
AuthorDate: Thu Feb 27 20:14:23 2025 +0000

    gnu: spritely-libp2p-daemon: Build with go-1.22.
    
    * gnu/packages/ipfs.scm (spritely-libp2p-daemon): [arguments] <go>: Use
    go-1.22.
    
    Change-Id: Ic314920506e27fba05fa3c0cf8560a803e312ed5
---
 gnu/packages/ipfs.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/ipfs.scm b/gnu/packages/ipfs.scm
index 232cccacc2..152fe459d5 100644
--- a/gnu/packages/ipfs.scm
+++ b/gnu/packages/ipfs.scm
@@ -2161,6 +2161,7 @@ also mount the world at @code{/ipfs}.")
       (build-system go-build-system)
       (arguments
        (list
+        #:go go-1.22
         #:embed-files #~(list "sorted-network-list.bin")
         #:install-source? #f
         #:import-path "gitlab.com/spritely/spritely-libp2p-daemon"))

Reply via email to