From 74e1170bf3fce36623d1381f689adcbb74dcb24b Mon Sep 17 00:00:00 2001 From: steve Date: Sun, 24 May 2026 03:13:52 +0000 Subject: [PATCH] fix(ci): remove root-module job, scope all jobs to v2/ working directory MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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."