WIP: Support Actions concurrency
syntax
#24982
Annotations
11 errors and 1 warning
Run make deps-backend deps-tools
cannot use debug.SetCrashOutput (value of type func(f *os.File, opts debug.CrashOptions) error) as func(*os.File) error value in assignment
|
Run make lint-go:
models/secret/secret.go#L13
could not import code.gitea.io/gitea/modules/actions (-: # code.gitea.io/gitea/modules/actions
|
Run make lint-go:
modules/actions/workflows.go#L27
undefined: jobparser.UninterpolatedConcurrency
|
Run make lint-go:
modules/actions/workflows.go#L99
undefined: jobparser.UninterpolatedConcurrency
|
Run make lint-go:
modules/actions/workflows.go#L104
undefined: jobparser.ParseRawConcurrency
|
Run make lint-go:
modules/actions/workflows.go#L104
workflow.RawConcurrency undefined (type *model.Workflow has no field or method RawConcurrency)) (typecheck)
|
Run make lint-go:
modules/actions/workflows.go#L27
undefined: jobparser.UninterpolatedConcurrency
|
Run make lint-go:
modules/actions/workflows.go#L99
undefined: jobparser.UninterpolatedConcurrency
|
Run make lint-go:
modules/actions/workflows.go#L104
undefined: jobparser.ParseRawConcurrency
|
Run make lint-go:
modules/actions/workflows.go#L104
workflow.RawConcurrency undefined (type *model.Workflow has no field or method RawConcurrency) (typecheck)
|
Run make lint-go:
routers/api/actions/artifacts.go#L100
cannot use req.Context().Value(artifactContextKey).(*ArtifactContext) (comma, ok expression of type *ArtifactContext) as "code.gitea.io/gitea/modules/web/types".ResponseStatusProvider value in return statement: *ArtifactContext does not implement "code.gitea.io/gitea/modules/web/types".ResponseStatusProvider (missing method WrittenStatus) (typecheck)
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading