Skip to content

Bump golang.org/x/crypto from 0.23.0 to 0.25.0 #142

Bump golang.org/x/crypto from 0.23.0 to 0.25.0

Bump golang.org/x/crypto from 0.23.0 to 0.25.0 #142

Triggered via pull request July 8, 2024 15:23
Status Failure
Total duration 1m 39s
Artifacts

reviewdog.yml

on: pull_request
reviewdog (github-check)
17s
reviewdog (github-check)
reviewdog on Pull Request
13s
reviewdog on Pull Request
runner / golangci-lint
1m 13s
runner / golangci-lint
runner / staticcheck
54s
runner / staticcheck
runner / misspell
15s
runner / misspell
runner / languagetool
24s
runner / languagetool
runner / shellcheck
5s
runner / shellcheck
runner / alex
24s
runner / alex
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 3 warnings
reviewdog on Pull Request
Process completed with exit code 1.
reviewdog on Pull Request
Process completed with exit code 1.
runner / staticcheck: cmd/auth_service/internal/server/grpc.go#L64
[staticcheck] reported by reviewdog 🐶 otelgrpc.StreamServerInterceptor is deprecated: Use [NewServerHandler] instead. Raw Output: {"source":{"name":"staticcheck","url":"https://staticcheck.io"},"message":"otelgrpc.StreamServerInterceptor is deprecated: Use [NewServerHandler] instead. ","code":{"value":"SA1019","url":"https://staticcheck.io/docs/checks#SA1019"},"location":{"path":"/home/runner/work/auth-api/auth-api/cmd/auth_service/internal/server/grpc.go","range":{"start":{"line":64,"column":4},"end":{"line":64,"column":36}}},"related_locations":[],"severity":"ERROR"}
runner / staticcheck: cmd/auth_service/internal/server/grpc.go#L70
[staticcheck] reported by reviewdog 🐶 otelgrpc.UnaryServerInterceptor is deprecated: Use [NewServerHandler] instead. Raw Output: {"source":{"name":"staticcheck","url":"https://staticcheck.io"},"message":"otelgrpc.UnaryServerInterceptor is deprecated: Use [NewServerHandler] instead. ","code":{"value":"SA1019","url":"https://staticcheck.io/docs/checks#SA1019"},"location":{"path":"/home/runner/work/auth-api/auth-api/cmd/auth_service/internal/server/grpc.go","range":{"start":{"line":70,"column":4},"end":{"line":70,"column":35}}},"related_locations":[],"severity":"ERROR"}
runner / staticcheck: cmd/tester_service/internal/workers/daisy_chain.go#L129
[staticcheck] reported by reviewdog 🐶 grpc.Dial is deprecated: use NewClient instead. Will be supported throughout 1.x. Raw Output: {"source":{"name":"staticcheck","url":"https://staticcheck.io"},"message":"grpc.Dial is deprecated: use NewClient instead. Will be supported throughout 1.x. ","code":{"value":"SA1019","url":"https://staticcheck.io/docs/checks#SA1019"},"location":{"path":"/home/runner/work/auth-api/auth-api/cmd/tester_service/internal/workers/daisy_chain.go","range":{"start":{"line":129,"column":13},"end":{"line":129,"column":22}}},"related_locations":[],"severity":"ERROR"}
runner / staticcheck: cmd/tester_service/internal/workers/daisy_chain.go#L138
[staticcheck] reported by reviewdog 🐶 grpc.Dial is deprecated: use NewClient instead. Will be supported throughout 1.x. Raw Output: {"source":{"name":"staticcheck","url":"https://staticcheck.io"},"message":"grpc.Dial is deprecated: use NewClient instead. Will be supported throughout 1.x. ","code":{"value":"SA1019","url":"https://staticcheck.io/docs/checks#SA1019"},"location":{"path":"/home/runner/work/auth-api/auth-api/cmd/tester_service/internal/workers/daisy_chain.go","range":{"start":{"line":138,"column":13},"end":{"line":138,"column":22}}},"related_locations":[],"severity":"ERROR"}
runner / staticcheck: cmd/tester_service/main.go#L7
[staticcheck] reported by reviewdog 🐶 type testUser is unused Raw Output: {"source":{"name":"staticcheck","url":"https://staticcheck.io"},"message":"type testUser is unused","code":{"value":"U1000","url":"https://staticcheck.io/docs/checks#U1000"},"location":{"path":"/home/runner/work/auth-api/auth-api/cmd/tester_service/main.go","range":{"start":{"line":7,"column":6},"end":{"line":0,"column":0}}},"related_locations":[],"severity":"ERROR"}
runner / staticcheck: cmd/user_service/internal/server/grpc.go#L108
[staticcheck] reported by reviewdog 🐶 otelgrpc.StreamServerInterceptor is deprecated: Use [NewServerHandler] instead. Raw Output: {"source":{"name":"staticcheck","url":"https://staticcheck.io"},"message":"otelgrpc.StreamServerInterceptor is deprecated: Use [NewServerHandler] instead. ","code":{"value":"SA1019","url":"https://staticcheck.io/docs/checks#SA1019"},"location":{"path":"/home/runner/work/auth-api/auth-api/cmd/user_service/internal/server/grpc.go","range":{"start":{"line":108,"column":4},"end":{"line":108,"column":36}}},"related_locations":[],"severity":"ERROR"}
runner / staticcheck: cmd/user_service/internal/server/grpc.go#L116
[staticcheck] reported by reviewdog 🐶 otelgrpc.UnaryServerInterceptor is deprecated: Use [NewServerHandler] instead. Raw Output: {"source":{"name":"staticcheck","url":"https://staticcheck.io"},"message":"otelgrpc.UnaryServerInterceptor is deprecated: Use [NewServerHandler] instead. ","code":{"value":"SA1019","url":"https://staticcheck.io/docs/checks#SA1019"},"location":{"path":"/home/runner/work/auth-api/auth-api/cmd/user_service/internal/server/grpc.go","range":{"start":{"line":116,"column":4},"end":{"line":116,"column":35}}},"related_locations":[],"severity":"ERROR"}
runner / staticcheck: pkg/models/user_mapper.go#L120
[staticcheck] reported by reviewdog 🐶 assigning the result of this type assertion to a variable (switch src := src.(type)) could eliminate type assertions in switch cases Raw Output: {"source":{"name":"staticcheck","url":"https://staticcheck.io"},"message":"assigning the result of this type assertion to a variable (switch src := src.(type)) could eliminate type assertions in switch cases","code":{"value":"S1034","url":"https://staticcheck.io/docs/checks#S1034"},"location":{"path":"/home/runner/work/auth-api/auth-api/pkg/models/user_mapper.go","range":{"start":{"line":120,"column":9},"end":{"line":120,"column":19}}},"related_locations":[{"message":"could eliminate this type assertion","location":{"path":"/home/runner/work/auth-api/auth-api/pkg/models/user_mapper.go","range":{"start":{"line":122,"column":19},"end":{"line":122,"column":32}}}}],"severity":"ERROR"}
runner / staticcheck: pkg/tracing/otel_grpc.go#L23
[staticcheck] reported by reviewdog 🐶 grpc.WithBlock is deprecated: this DialOption is not supported by NewClient. Will be supported throughout 1.x. Raw Output: {"source":{"name":"staticcheck","url":"https://staticcheck.io"},"message":"grpc.WithBlock is deprecated: this DialOption is not supported by NewClient. Will be supported throughout 1.x. ","code":{"value":"SA1019","url":"https://staticcheck.io/docs/checks#SA1019"},"location":{"path":"/home/runner/work/auth-api/auth-api/pkg/tracing/otel_grpc.go","range":{"start":{"line":23,"column":32},"end":{"line":23,"column":46}}},"related_locations":[],"severity":"ERROR"}
runner / staticcheck
Process completed with exit code 1.
runner / alex: README.md#L27
[alex] reported by reviewdog 🐶 `Postman` may be insensitive, use `Mail carrier`, `Letter carrier`, `Postal worker` instead postman-postwoman retext-equality Raw Output: 27:12-27:19 warning `Postman` may be insensitive, use `Mail carrier`, `Letter carrier`, `Postal worker` instead postman-postwoman retext-equality
runner / alex: README.md#L71
[alex] reported by reviewdog 🐶 Be careful with `dead`, it’s profane in some cases dead retext-profanities Raw Output: 71:32-71:36 warning Be careful with `dead`, it’s profane in some cases dead retext-profanities
runner / alex: README.md#L108
[alex] reported by reviewdog 🐶 `postman` may be insensitive, use `mail carrier`, `letter carrier`, `postal worker` instead postman-postwoman retext-equality Raw Output: 108:3-108:10 warning `postman` may be insensitive, use `mail carrier`, `letter carrier`, `postal worker` instead postman-postwoman retext-equality