Skip to content

uprev to go 1.21 (#115) #448

uprev to go 1.21 (#115)

uprev to go 1.21 (#115) #448

Triggered via push January 26, 2024 15:41
Status Failure
Total duration 1m 33s
Artifacts

format.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 3 warnings
go / lint: telemetry/telemetry.go#L119
SA1019: grpc_otel.UnaryClientInterceptor is deprecated: Use [NewClientHandler] instead. (staticcheck)
go / lint: telemetry/telemetry.go#L123
SA1019: grpc_otel.StreamClientInterceptor is deprecated: Use [NewClientHandler] instead. (staticcheck)
go / lint: telemetry/telemetry.go#L131
SA1019: grpc_otel.UnaryServerInterceptor is deprecated: Use [NewServerHandler] instead. (staticcheck)
go / lint: telemetry/telemetry.go#L135
SA1019: grpc_otel.StreamServerInterceptor is deprecated: Use [NewServerHandler] instead. (staticcheck)
go / lint: telemetry/telemetry.go#L10
SA1019: "go.opentelemetry.io/otel/exporters/jaeger" is deprecated: This module is no longer supported. OpenTelemetry dropped support for Jaeger exporter in July 2023. Jaeger officially accepts and recommends using OTLP. Use [go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp] or [go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc] instead. (staticcheck)
go / lint: utility.go#L144
SA1019: rand.Seed has been deprecated since Go 1.20 and an alternative has been available since Go 1.0: As of Go 1.20 there is no reason to call Seed with a random value. Programs that call Seed with a known value to get a specific sequence of results should use New(NewSource(seed)) to obtain a local random generator. (staticcheck)
go / lint: net/server.go#L109
SA1019: grpc_tracing.StreamServerInterceptor is deprecated: Use [NewServerHandler] instead. (staticcheck)
go / lint: net/server.go#L124
SA1019: grpc_tracing.UnaryServerInterceptor is deprecated: Use [NewServerHandler] instead. (staticcheck)
go / lint
issues found
go / fmt
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
go / vet
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
go / lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.