guix_mirror_bot pushed a commit to branch go-team
in repository guix.

commit 30f27c54fec62bb118fa50539731533c50b5a390
Author: Ethan Blanton <[email protected]>
AuthorDate: Tue Jan 6 21:46:39 2026 -0500

    gnu: Remove unnecessary pins to go-1.23.
    
    These packages seem to build fine with Go 1.24+; presumably this is due to
    updates in the upstream packages or to their dependencies, and the pin to
    go-1.23 is no longer necessary.
    
    * gnu/packages/golang-web.scm: (go-github-com-aws-aws-sdk-go,
    go-github-com-coreos-go-oidc, go-github-com-pion-ice-v3): Remove go-1.23 
pin.
    
    * gnu/packages/golang-xyz.scm: (go-github-com-dgraph-io-badger-v4,
    go-github-com-jbenet-goprocess, go-github-com-segmentio-encoding,
    go-github-com-subosito-gotenv): Likewise.
    
    * gnu/packages/ipfs.scm: (go-github-com-ipfs-go-ds-badger4): Likewise.
    
    Change-Id: I709e2dabb136c2abc975bd692f5f0e515760ee39
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/golang-web.scm | 3 ---
 gnu/packages/golang-xyz.scm | 4 ----
 gnu/packages/ipfs.scm       | 1 -
 3 files changed, 8 deletions(-)

diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index a0dfbcca80..de5d3b1c45 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -1426,7 +1426,6 @@ functions.")
     (build-system go-build-system)
     (arguments
      (list
-      #:go go-1.23
       #:import-path "github.com/aws/aws-sdk-go"
       #:test-flags #~(list "-skip" "TestProcessProviderTimeout")))
     (propagated-inputs
@@ -3526,7 +3525,6 @@ to append and delete rules; create, clear and delete 
chains.")
     (build-system go-build-system)
     (arguments
      (list
-      #:go go-1.23
       #:import-path "github.com/coreos/go-oidc"))
     (native-inputs
      (list go-golang-org-x-net))
@@ -11407,7 +11405,6 @@ part of @url{https://github.com/pion, Pion} WebRTC 
implementation.")
         (base32 "0f9jy80law69zb26rkb6kl6w1c66vdghdrmifhwlmzngb644ihdb"))))
     (arguments
      (list
-      #:go go-1.23
       #:tests? #f ;Tests require network access.
       #:import-path "github.com/pion/ice/v3"))
     (propagated-inputs
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index c160941e1b..8ecdd85963 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -6907,7 +6907,6 @@ supports concurrent serializable transactions.")
         (base32 "0v4c69whypm3k40hrx8bw9rjrcb0swz43v056s0fadqr04j0ncwj"))))
     (arguments
      (list
-      #:go go-1.23
       #:tests? #f ; TODO: tests hang, find out why.
       #:import-path "github.com/dgraph-io/badger/v4"))
     (propagated-inputs
@@ -12733,7 +12732,6 @@ object, which implements simple error-retrying 
functionality.")
     (build-system go-build-system)
     (arguments
      (list
-      #:go go-1.23
       #:import-path "github.com/jbenet/goprocess"
       #:test-flags
       #~(list "-short"
@@ -21415,7 +21413,6 @@ and branchless algorithms shine.")
     (build-system go-build-system)
     (arguments
      (list
-      #:go go-1.23
       #:skip-build? #t
       #:import-path "github.com/segmentio/encoding"
       #:test-flags
@@ -22465,7 +22462,6 @@ slices, JSON and other data.")
     (build-system go-build-system)
     (arguments
      (list
-      #:go go-1.23
       #:import-path "github.com/subosito/gotenv"
       #:test-flags #~(list "-skip" "TestScanner")))
     (native-inputs
diff --git a/gnu/packages/ipfs.scm b/gnu/packages/ipfs.scm
index 0ecface944..a4193a5360 100644
--- a/gnu/packages/ipfs.scm
+++ b/gnu/packages/ipfs.scm
@@ -419,7 +419,6 @@ with @url{https://github.com/ipld/cid, CIDs}.")
     (build-system go-build-system)
     (arguments
      (list
-      #:go go-1.23
       #:import-path "github.com/ipfs/go-ds-badger4"))
     (native-inputs
      (list go-github-com-stretchr-testify

Reply via email to