gnu: Remove #:go arguments using go-1.22, go-1.23 or go-1.24.

We are now building with go-1.24 by default.

Automated via:

  git grep -rl '#:go go-1.2' | xargs sed -i '/.*#:go go-1.2[234].*/d'

Change-Id: Ib821d96753619c7748a67ff58b95d8fa358839b7
Modified-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Maxim Cournoyer 2025-06-02 09:08:43 +09:00 committed by Sharlatan Hellseher
parent 055e855828
commit 1482e0d789
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5
16 changed files with 0 additions and 57 deletions

View file

@ -501,7 +501,6 @@ database later.")
(build-system go-build-system)
(arguments
(list
#:go go-1.23
#:build-flags #~(list "-tags" "external_libzstd")
#:test-flags #~(list "-tags" "external_libzstd"
;; Skip tests requiring git in PATH.
@ -607,7 +606,6 @@ table-level bloom filters, and updates to the MANIFEST format.")
(build-system go-build-system)
(arguments
(list
#:go go-1.23
#:install-source? #f
#:import-path "github.com/dicedb/dice"
#:build-flags