Use CloseIssue
and ReopenIssue
instead of ChangeStatus
#25354
Annotations
4 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-backend:
models/issues/dependency_test.go#L55
var-naming: don't use underscores in Go names; var issue2_closed should be issue2Closed (revive)
|
Run make lint-backend:
models/issues/dependency_test.go#L70
var-naming: don't use underscores in Go names; var issue2_reopened should be issue2Reopened (revive)
|
Run make lint-backend
Process completed with exit code 2.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading