mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
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>
This commit is contained in:
parent
72308f262c
commit
7790a970ec
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue