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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user