From a61244b72a39e42546c4ab93579363c34cec54b5 Mon Sep 17 00:00:00 2001 From: Ethan Blanton Date: Tue, 6 Jan 2026 21:46:39 -0500 Subject: [PATCH] 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 --- 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 5566c4cd508..0c61c12403e 100644 --- a/gnu/packages/golang-web.scm +++ b/gnu/packages/golang-web.scm @@ -1351,7 +1351,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 @@ -3451,7 +3450,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)) @@ -10936,7 +10934,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 4d7670c0ec7..bb2884f8fbe 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -6428,7 +6428,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 @@ -12201,7 +12200,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" @@ -20740,7 +20738,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 @@ -21723,7 +21720,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 0ecface944f..a4193a5360f 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