Skip to content

Add passkeys support + MFA #525

Add passkeys support + MFA

Add passkeys support + MFA #525

Triggered via pull request October 6, 2024 23:18
Status Failure
Total duration 3m 44s
Artifacts

go.yml

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

Annotations

20 errors and 7 warnings
Test (macOS-latest, 1.22, sqlite): internal/web/auth.go#L588
json.Unmarshal undefined (type func(ctx echo.Context, code int, data any) error has no field or method Unmarshal)
Test (macOS-latest, 1.22, sqlite)
Process completed with exit code 2.
Test (ubuntu-latest, 1.22, sqlite): internal/web/auth.go#L588
json.Unmarshal undefined (type func(ctx echo.Context, code int, data any) error has no field or method Unmarshal)
Test (ubuntu-latest, 1.22, sqlite)
Process completed with exit code 2.
Test (ubuntu-latest, 1.22, postgres): internal/web/auth.go#L588
json.Unmarshal undefined (type func(ctx echo.Context, code int, data any) error has no field or method Unmarshal)
Test (ubuntu-latest, 1.22, postgres)
Process completed with exit code 2.
Test (ubuntu-latest, 1.22, mysql): internal/web/auth.go#L588
json.Unmarshal undefined (type func(ctx echo.Context, code int, data any) error has no field or method Unmarshal)
Test (ubuntu-latest, 1.22, mysql)
Process completed with exit code 2.
Lint: internal/web/auth.go#L588
json.Unmarshal undefined (type func(ctx echo.Context, code int, data any) error has no field or method Unmarshal) (typecheck)
Lint: internal/cli/main.go#L13
could not import github.com/thomiceli/opengist/internal/web (-: # github.com/thomiceli/opengist/internal/web
Lint: internal/web/auth.go#L588
json.Unmarshal undefined (type func(ctx echo.Context, code int, data any) error has no field or method Unmarshal)) (typecheck)
Lint: internal/web/test/server.go#L24
could not import github.com/thomiceli/opengist/internal/web (-: # github.com/thomiceli/opengist/internal/web
Lint: internal/web/auth.go#L588
json.Unmarshal undefined (type func(ctx echo.Context, code int, data any) error has no field or method Unmarshal)) (typecheck)
Lint: internal/auth/webauthn/webauthn.go#L121
ineffectual assignment to err (ineffassign)
Lint: internal/web/admin.go#L1
: # github.com/thomiceli/opengist/internal/web
Lint: internal/web/auth.go#L588
json.Unmarshal undefined (type func(ctx echo.Context, code int, data any) error has no field or method Unmarshal) (typecheck)
Lint: internal/cli/main.go#L13
could not import github.com/thomiceli/opengist/internal/web (-: # github.com/thomiceli/opengist/internal/web
Lint: internal/web/auth.go#L588
json.Unmarshal undefined (type func(ctx echo.Context, code int, data any) error has no field or method Unmarshal)) (typecheck)
Test (windows-latest, 1.22, sqlite): internal/web/auth.go#L588
json.Unmarshal undefined (type func(ctx echo.Context, code int, data any) error has no field or method Unmarshal)
Test (windows-latest, 1.22, sqlite)
Process completed with exit code 1.
Test (macOS-latest, 1.22, sqlite)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test (ubuntu-latest, 1.22, sqlite)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test (ubuntu-latest, 1.22, postgres)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test (ubuntu-latest, 1.22, mysql)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Check
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v4, golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test (windows-latest, 1.22, sqlite)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/