gitea/build
silverwind c77e8140bc
Add `interface{}` to `any` replacement to `make fmt`, exclude `*.pb.go` ()
Since https://github.com/go-gitea/gitea/pull/25686, a few `interface{}`
have sneaked into the codebase. Add this replacement to `make fmt` to
prevent this from happening again.

Ideally a linter would do this, but I haven't found any suitable.
..
codeformat Implement FSFE REUSE for golang files ()
backport-locales.go Use `Set[Type]` instead of `map[Type]bool/struct{}`. ()
code-batch-process.go Add `interface{}` to `any` replacement to `make fmt`, exclude `*.pb.go` ()
generate-bindata.go Change use of Walk to WalkDir to improve disk performance ()
generate-emoji.go Update emoji set to Unicode 15 ()
generate-gitignores.go Remove legacy `+build:` constraint ()
generate-go-licenses.go Use `Set[Type]` instead of `map[Type]bool/struct{}`. ()
generate-licenses.go Remove deprecated licenses ()
gocovmerge.go Implement FSFE REUSE for golang files ()
test-echo.go Clean some legacy files and move some build files ()
test-env-check.sh Prepare and check test env during CI ()
test-env-prepare.sh Prepare and check test env during CI ()
update-locales.sh Clarify Gitea/Crowdin locale behaviors, add tests for LocaleStore, fix some strings with semicolons ()