fix(ci): fix remaining CI failures

- alembic.ini: change fallback DB to tod_test (CI creates tod_test, not tod)
- ci.yml: upgrade Go to 1.25 (matches go.mod)
- ci.yml: upgrade Node to 20 (fixes ESM require() error in Vitest)
- conftest.py: ruff format

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Jason Staack
2026-03-14 22:54:29 -05:00
parent fb3669f9ac
commit ce8f5720d8
3 changed files with 6 additions and 8 deletions

View File

@@ -57,7 +57,7 @@ version_path_separator = space # No separator in paths.
# are written from script.mako
# output_encoding = utf-8
sqlalchemy.url = postgresql+asyncpg://postgres:postgres@localhost:5432/tod
sqlalchemy.url = postgresql+asyncpg://postgres:postgres@localhost:5432/tod_test
[post_write_hooks]