The previous CI fix commits stored the workflow file as a literal base64
string instead of decoded YAML, so Gitea could not parse it as a valid
workflow and no CI runs triggered. This writes the correct YAML content.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
The repo has no go.mod at the root — the only module is under v2/.
The root-module job and the root-level go mod tidy in lint both fail with
'go: go.mod file not found'. Drop root-module entirely and ensure both
v2-module and lint use working-directory: v2."