Skip to content

chore(deps): bump golang.org/x/crypto from 0.30.0 to 0.31.0 in /backend in the go_modules group across 1 directory #2663

chore(deps): bump golang.org/x/crypto from 0.30.0 to 0.31.0 in /backend in the go_modules group across 1 directory

chore(deps): bump golang.org/x/crypto from 0.30.0 to 0.31.0 in /backend in the go_modules group across 1 directory #2663

Triggered via pull request December 17, 2024 21:07
Status Success
Total duration 1m 46s
Artifacts

backend-ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 4 warnings
Lint: backend/cmd/scoreserver/main.go#L30
[golangci] reported by reviewdog 🐶 Function 'start' is too long (62 > 60) (funlen) Raw Output: cmd/scoreserver/main.go:30: Function 'start' is too long (62 > 60) (funlen) func start() int {
Lint: backend/cmd/scoreserver/otel.go#L120
[golangci] reported by reviewdog 🐶 string `otlp` has 4 occurrences, make it a constant (goconst) Raw Output: cmd/scoreserver/otel.go:120:13: string `otlp` has 4 occurrences, make it a constant (goconst) expType := "otlp" ^
Lint: backend/pkg/pgtest/pgtest.go#L88
[golangci] reported by reviewdog 🐶 pkg/pgtest/pgtest.go:88: Line contains TODO/BUG/FIXME: "TODO: startContainer を使って DB を起動し,tb.Cle..." (godox) Raw Output: pkg/pgtest/pgtest.go:88: pkg/pgtest/pgtest.go:88: Line contains TODO/BUG/FIXME: "TODO: startContainer を使って DB を起動し,tb.Cle..." (godox) // TODO: startContainer を使って DB を起動し,tb.Cleanup で停止する
Lint: backend/cmd/scoreserver/main.go#L18
[golangci] reported by reviewdog 🐶 var `flagContestantHTTPAddr` is unused (unused) Raw Output: cmd/scoreserver/main.go:18:2: var `flagContestantHTTPAddr` is unused (unused) flagContestantHTTPAddr = flag.String("contestant-http-addr", "0.0.0.0:8080", "Contestant API HTTP Address") ^
Lint: backend/cmd/scoreserver/main.go#L20
[golangci] reported by reviewdog 🐶 var `flagTelemetryAddr` is unused (unused) Raw Output: cmd/scoreserver/main.go:20:2: var `flagTelemetryAddr` is unused (unused) flagTelemetryAddr = flag.String("telemetry-addr", "0.0.0.0:9090", "Telemetry HTTP Address") ^
Lint: backend/scoreserver/domain/team.go#L12
[golangci] reported by reviewdog 🐶 the methods of "Team" use pointer receiver and non-pointer receiver. (recvcheck) Raw Output: scoreserver/domain/team.go:12:2: the methods of "Team" use pointer receiver and non-pointer receiver. (recvcheck) Team struct { ^
Test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Generate
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Lint
Input 'fail_on_error' has been deprecated with message: Deprecated, use `fail_level` instead.