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

@ -2130,7 +2130,6 @@ interfaces.")
(build-system go-build-system)
(arguments
(list
#:go go-1.23
#:import-path "github.com/axiomhq/hyperloglog"))
(propagated-inputs (list go-github-com-stretchr-testify
go-github-com-kamstrup-intmap
@ -3794,7 +3793,6 @@ the Go language features.")
(build-system go-build-system)
(arguments
(list
#:go go-1.22
#:skip-build? #t
;; TODO: More additional packages are required to enable all tests, it's
;; used as source only package.
@ -9650,7 +9648,6 @@ better way of handling YAML when marshaling to and from structs.")
(build-system go-build-system)
(arguments
(list
#:go go-1.24
#:import-path "github.com/itchyny/astgen-go"))
(home-page "https://github.com/itchyny/astgen-go")
(synopsis "AST build for Golang @code{interface{}} => @code{ast.Node}")
@ -10377,7 +10374,6 @@ vendor,product and class information.")
(build-system go-build-system)
(arguments
(list
#:go go-1.22
#:import-path "github.com/jba/templatecheck"))
(propagated-inputs
(list go-github-com-google-safehtml))
@ -11140,7 +11136,6 @@ customized globally.")
(build-system go-build-system)
(arguments
(list
#:go go-1.23
#:import-path "github.com/kamstrup/intmap"))
(home-page "https://github.com/kamstrup/intmap")
(synopsis "Fast hashmap with integer keys for Golang")
@ -14995,7 +14990,6 @@ levels per backend and logger.")
(build-system go-build-system)
(arguments
(list
#:go go-1.24
#:import-path "github.com/opencontainers/cgroups"
#:test-flags
;; Tests requiring root access to /sys/fs/cgroup.
@ -15101,7 +15095,6 @@ container image format spec (OCI Image Format).")
(build-system go-build-system)
(arguments
(list
#:go go-1.24
#:import-path "github.com/opencontainers/runc"
;; Most tests require additinoal set up and downloading images from
;; Internet.
@ -15217,7 +15210,6 @@ specification-runtime-spec.")
(build-system go-build-system)
(arguments
(list
#:go go-1.24
#:import-path "github.com/opencontainers/umoci"
;; convert spec to rootless: inspecting mount flags of /etc/resolv.conf:
;; no such file or directory
@ -16592,7 +16584,6 @@ comments.
(arguments
(list
#:skip-build? #t
#:go go-1.23
#:import-path "github.com/rogpeppe/go-internal"
#:test-flags #~(list "-skip" "TestSimple/cover")))))
@ -16867,7 +16858,6 @@ Lodash}.")
(build-system go-build-system)
(arguments
(list
#:go go-1.23
#:skip-build? #t
#:import-path "github.com/SAP/go-hdb"
;; XXX: The most of the tests require access to database, run some
@ -18655,7 +18645,6 @@ supported by the time package
(build-system go-build-system)
(arguments
(list
#:go go-1.22
#:embed-files #~(list ".*\\.xml")
#:import-path "github.com/tomwright/dasel/v2"))
(propagated-inputs
@ -20177,7 +20166,6 @@ utilities for cty Golang module.")
(build-system go-build-system)
(arguments
(list
#:go go-1.24
#:import-path "github.com/zitadel/logging"))
(native-inputs
(list go-github-com-stretchr-testify
@ -20510,7 +20498,6 @@ word on a list of words, if none is found, look for a similar word.")
(build-system go-build-system)
(arguments
(list
#:go go-1.22
#:import-path "go.abhg.dev/komplete"))
(native-inputs
(list go-github-com-stretchr-testify))
@ -22180,7 +22167,6 @@ defined in @url{https://editorconfig.org/,https://editorconfig.org/}.")
(build-system go-build-system)
(arguments
(list
#:go go-1.22
#:build-flags
;; Gofumpt formats Go files, and therefore modifies them. To help the
;; developers diagnose issues, it replaces any occurrence of a
@ -22237,7 +22223,6 @@ that @code{gofmt} is happy with.")
(build-system go-build-system)
(arguments
(list
#:go go-1.22
#:skip-build? #t ; we need just lib here
#:import-path "mvdan.cc/sh/v3"
#:test-flags
@ -22376,7 +22361,6 @@ prints the Go version used to build that executable.")
(build-system go-build-system)
(arguments
(list
#:go go-1.23
#:import-path "sigs.k8s.io/json"))
(home-page "https://github.com/kubernetes-sigs/json")
(synopsis "JSON decoder with enchansed features")