1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-07-06 07:44:07 +02:00

gnu: go-github-com-jellydator-ttlcache-v3: Build with go-1.24.

* gnu/packages/golang-web.scm (go-github-com-jellydator-ttlcache-v3):
[arguments] <go>: Use go-1.24.

Change-Id: I810631139cf1dfa5d423d15becc056c5a1051fd4
This commit is contained in:
Sharlatan Hellseher
2026-05-01 21:07:19 +01:00
parent 454e03bab6
commit df6d8094ad
+3
View File
@@ -11211,6 +11211,9 @@ Call}.")
(build-system go-build-system)
(arguments
(list
;; Remove when a fresh version is released.
;; See: <https://github.com/jellydator/ttlcache/issues/207>.
#:go go-1.24
#:import-path "github.com/jellydator/ttlcache/v3"
#:phases
#~(modify-phases %standard-phases