Skip to content

优化:代理探测换备用探测点并精简失败提示 #71

优化:代理探测换备用探测点并精简失败提示

优化:代理探测换备用探测点并精简失败提示 #71

Triggered via push August 1, 2026 16:20
Status Failure
Total duration 6m 55s
Artifacts

backend-ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 1 warning
golangci-lint: backend/internal/service/account_credential_text_redact.go#L49
Error return value of `(*strings.Builder).WriteString` is not checked (errcheck)
golangci-lint: backend/internal/service/account_credential_text_redact.go#L48
Error return value of `(*strings.Builder).WriteString` is not checked (errcheck)
golangci-lint: backend/internal/service/account_credential_text_redact.go#L45
Error return value of `(*strings.Builder).WriteString` is not checked (errcheck)
golangci-lint: backend/internal/repository/migrations_runner.go#L2001
Error return value of `(*strings.Builder).WriteByte` is not checked (errcheck)
golangci-lint: backend/internal/repository/account_share_lifecycle_repo.go#L1034
Error return value of `(*database/sql.Rows).Close` is not checked (errcheck)
golangci-lint: backend/internal/repository/account_share_lifecycle_repo.go#L602
Error return value of `(*database/sql.Rows).Close` is not checked (errcheck)
golangci-lint: backend/internal/repository/account_share_lifecycle_repo.go#L514
Error return value of `(*database/sql.Rows).Close` is not checked (errcheck)
golangci-lint: backend/internal/service/oidc_provider_service.go#L27
import 'github.com/redis/go-redis/v9' is not allowed from list 'service-no-repository': service must not import redis (depguard)
golangci-lint: backend/internal/service/cluster_runtime.go#L21
import 'github.com/redis/go-redis/v9' is not allowed from list 'service-no-repository': service must not import redis (depguard)
golangci-lint: backend/internal/service/cluster_cache_coordinator.go#L12
import 'github.com/redis/go-redis/v9' is not allowed from list 'service-no-repository': service must not import redis (depguard)
test
Process completed with exit code 2.
frontend
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/