1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: go-go-opentelemetry-io-otel: Update to 1.42.0.

* gnu/packages/golang-web.scm (go-go-opentelemetry-io-otel): Update to 1.42.0.
[arguments] <go>: Use go-1.25.
(go-go-opentelemetry-io-otel-metric)[arguments] <go>: Use go-1.25.

Change-Id: I992a96afdafa559a559dd3f65dee08ce81a81850
This commit is contained in:
Sharlatan Hellseher
2026-03-19 09:07:37 +00:00
parent c112fbfb46
commit bc05d2bc0f

View File

@@ -17427,7 +17427,7 @@ Tracer implementation from the @code{OpenTracing} project.")
(define-public go-go-opentelemetry-io-otel
(package
(name "go-go-opentelemetry-io-otel")
(version "1.40.0")
(version "1.42.0")
(source
(origin
(method git-fetch)
@@ -17436,7 +17436,7 @@ Tracer implementation from the @code{OpenTracing} project.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0ag8103mf4j03lspi5rxk161iscbw1wkdk6ri9f746jia1w4qji8"))
(base32 "1mxj3gv04lh0lss2fk4c5n23m55qm4zy1caa3fqxmnjhy0yjm6rf"))
(modules '((guix build utils)))
(snippet
#~(begin
@@ -17462,13 +17462,15 @@ Tracer implementation from the @code{OpenTracing} project.")
(build-system go-build-system)
(arguments
(list
#:go go-1.25
#:tests? #f ;; TODO: Tests require additional dependencies
#:import-path "go.opentelemetry.io/otel"
;; Error: Both arguments must be pointers.
#:test-flags #~(list "-skip" "TestTraceProviderDelegatesSameInstance")))
(native-inputs
(list go-github-com-google-go-cmp
go-github-com-stretchr-testify))
go-github-com-stretchr-testify
#;go-go-opentelemetry-io-collector-pdata))
(propagated-inputs
(list go-github-com-cespare-xxhash-v2
go-github-com-go-logr-logr
@@ -17870,6 +17872,7 @@ logging library. Instead, install one of the bridges listed in the
(name "go-go-opentelemetry-io-otel-metric")
(arguments
(list
#:go go-1.25
#:import-path "go.opentelemetry.io/otel/metric"
#:unpack-path "go.opentelemetry.io/otel"))
(synopsis "OpenTelemetry Metric API")