From df6d8094ad9ba2ccef8745f8dfd4be981a02cafe Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Fri, 1 May 2026 21:07:19 +0100 Subject: [PATCH] gnu: go-github-com-jellydator-ttlcache-v3: Build with go-1.24. * gnu/packages/golang-web.scm (go-github-com-jellydator-ttlcache-v3): [arguments] : Use go-1.24. Change-Id: I810631139cf1dfa5d423d15becc056c5a1051fd4 --- gnu/packages/golang-web.scm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm index 65431b27815..19f1e0ecea0 100644 --- a/gnu/packages/golang-web.scm +++ b/gnu/packages/golang-web.scm @@ -11211,6 +11211,9 @@ Call}.") (build-system go-build-system) (arguments (list + ;; Remove when a fresh version is released. + ;; See: . + #:go go-1.24 #:import-path "github.com/jellydator/ttlcache/v3" #:phases #~(modify-phases %standard-phases