mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-10 19:25:57 +02:00
gnu: go-github-com-prometheus-client-golang: Build with go-1.24.
v1.23.2 (2025-09-5) it is the latest release which does not support go-1.25/go-1.26 yet. See: <https://github.com/prometheus/client_golang/issues/1875>. * gnu/packages/prometheus.scm (go-github-com-prometheus-client-golang): [arguments] <go>: Use go-1.24. Change-Id: I4b0475e8aad5e5dc8ed5bf90b7fac241b562f019
This commit is contained in:
@@ -32,6 +32,7 @@
|
||||
#:use-module (guix packages)
|
||||
#:use-module (guix utils)
|
||||
#:use-module (gnu packages)
|
||||
#:use-module (gnu packages golang)
|
||||
#:use-module (gnu packages golang-build)
|
||||
#:use-module (gnu packages golang-check)
|
||||
#:use-module (gnu packages golang-compression)
|
||||
@@ -333,6 +334,7 @@ and inhibition of alerts.")
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:go go-1.24
|
||||
#:skip-build? #t
|
||||
;; XXX: Check if the most of the tests may be enabled:
|
||||
;; api/prometheus/v1/api_test.go:1063:23: cannot use 1634644800304
|
||||
|
||||
Reference in New Issue
Block a user