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 @@ QUIC protocol.")
|
||||||
;; TODO: figure out how tests are run
|
;; TODO: figure out how tests are run
|
||||||
#:tests? #f
|
#:tests? #f
|
||||||
#:install-source? #f
|
#:install-source? #f
|
||||||
#:go go-1.20
|
#:go go-1.21
|
||||||
#:phases
|
#:phases
|
||||||
#~(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
(replace 'build
|
(replace 'build
|
||||||
|
|
Reference in a new issue