Skip to content

chore(deps): bump github.com/quic-go/quic-go from 0.38.2 to 0.42.0 #1234

chore(deps): bump github.com/quic-go/quic-go from 0.38.2 to 0.42.0

chore(deps): bump github.com/quic-go/quic-go from 0.38.2 to 0.42.0 #1234

Triggered via pull request April 24, 2024 05:49
Status Failure
Total duration 2m 14s
Artifacts

go.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
check / check
undefined: logging.NullTracer
check / check
cannot use &metricsTracer{} (value of type *metricsTracer) as logging.Tracer value in variable declaration
check / check
undefined: logging.NullConnectionTracer
check / check
cannot use &metricsConnTracer{} (value of type *metricsConnTracer) as logging.ConnectionTracer value in variable declaration
check / check
unknown field RequireAddressValidation in struct literal of type quic.Config
check / check
unknown field DisableVersionNegotiationPackets in struct literal of type quic.Config
check / check
cannot use func(ctx context.Context, p quiclogging.Perspective, ci quic.ConnectionID) quiclogging.ConnectionTracer {…} (value of type func(ctx context.Context, p "github.com/quic-go/quic-go/internal/protocol".Perspective, ci "github.com/quic-go/quic-go/internal/protocol".ConnectionID) logging.ConnectionTracer) as func(context.Context, "github.com/quic-go/quic-go/internal/protocol".Perspective, "github.com/quic-go/quic-go/internal/protocol".ConnectionID) *logging.ConnectionTracer value in assignment
check / check
cannot use quiclogging.NewMultiplexedConnectionTracer(tracers...) (value of type *logging.ConnectionTracer) as logging.ConnectionTracer value in return statement
check / check
cannot use tracers (variable of type []logging.ConnectionTracer) as []*logging.ConnectionTracer value in argument to quiclogging.NewMultiplexedConnectionTracer
check / check
cannot use c.mt (variable of type *metricsTracer) as *logging.Tracer value in assignment
check / check
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/