guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 7ee76098fb5e985d94199a039b591fd265845fe6
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Oct 10 19:03:35 2025 +0100
gnu: lyrebird: Buid with go-1.24.
* gnu/packages/golang-web.scm (lyrebird)[arguments] <go>: Use
default (go-1.24).
Change-Id: I2d9939f39f091305d005d832b167f8373f35951c
---
gnu/packages/golang-web.scm | 1 -
1 file changed, 1 deletion(-)
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index 5d16986018..53693c8eaa 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -13883,7 +13883,6 @@ protocol.")
(build-system go-build-system)
(arguments
(list
- #:go go-1.23
#:build-flags #~(list (string-append "-ldflags="
"-X main.lyrebirdVersion="
#$version " -s -w"))