From 1bc988229af7d03a2f304a8329e9413839e0c11a Mon Sep 17 00:00:00 2001 From: "Molecule AI Dev Engineer A (Kimi)" Date: Wed, 10 Jun 2026 22:41:33 +0000 Subject: [PATCH] =?UTF-8?q?ci(lint-setup-go-cache):=20flip=20continue-on-e?= =?UTF-8?q?rror=20true=20=E2=86=92=20false=20=E2=80=94=20core#2524=20merge?= =?UTF-8?q?d,=20main=20clean?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The setup-go cache:false sweep (core#2524) merged today and the lint_setup_go_cache.py script confirms every setup-go step now sets cache: false. Remove the internal#881 Phase-3 mask and make this a hard gate. Fixes the Tier 2e lint-continue-on-error-tracking meta-gate failure that was causing main REQUIRED-RED. --- .gitea/workflows/lint-setup-go-cache.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/lint-setup-go-cache.yml b/.gitea/workflows/lint-setup-go-cache.yml index 93361151..eaf84bce 100644 --- a/.gitea/workflows/lint-setup-go-cache.yml +++ b/.gitea/workflows/lint-setup-go-cache.yml @@ -60,9 +60,9 @@ jobs: name: lint-setup-go-cache runs-on: ubuntu-latest timeout-minutes: 5 - # Advisory until core#2524 sweep merges + 3 clean days, then flip false. - # internal#881 Phase 3 mask — 14d forced-renewal cadence (flip after 3 clean days) - continue-on-error: true # internal#881 + # Hard gate: core#2524 sweep merged and main is clean (all setup-go steps + # set cache: false). The self-hosted fleet GOCACHE bind-mount is protected. + continue-on-error: false steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 -- 2.52.0