Skip to content

Bump golang.org/x/net from 0.25.0 to 0.36.0 #227

Bump golang.org/x/net from 0.25.0 to 0.36.0

Bump golang.org/x/net from 0.25.0 to 0.36.0 #227

Triggered via pull request March 13, 2025 00:50
Status Failure
Total duration 1m 54s
Artifacts

test.yaml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

11 errors
test (1.22.x)
Process completed with exit code 22.
test (1.22.x): api/api.go#L223
exported method API.HealthCheck should have comment or be unexported
test (1.22.x): api/api.go#L231
exported function WithInstanceConfig should have comment or be unexported
test (1.22.x): api/api.go#L237
exported method API.Mailer should have comment or be unexported
test (1.22.x): api/errors.go#L151
exported type ErrorCause should have comment or be unexported
test (1.22.x): api/external.go#L20
exported type ExternalProviderClaims should have comment or be unexported
test (1.22.x): api/external.go#L27
comment on exported type ExternalSignupParams should be of the form "ExternalSignupParams ..." (with optional leading article)
test (1.22.x): api/external.go#L33
exported method API.ExternalProviderRedirect should have comment or be unexported
test (1.22.x): api/external.go#L80
exported method API.ExternalProviderCallback should have comment or be unexported
test (1.22.x): api/external_oauth.go#L60
exported method API.OAuthProvider should have comment or be unexported
test (1.22.x): api/external_saml.go#L21
context.Context should be the first parameter of a function