fix(ci): drop redundant apt/git install step #82
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/ci-drop-redundant-apt-step"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
golang:1.26 is built on buildpack-deps:*-scm and already ships git and
ca-certificates (verified: git 2.47.3), which is all the checkout step needs.
The "Install git" step added nothing but a hard dependency on the in-cluster
apt-cacher-ng proxy — so when that proxy started 404ing the Debian trixie
index files, CI failed at apt-get update before doing any work. Remove the
step (and the now-unused DEBIAN_FRONTEND env) from ci.yaml and fixtures.yaml;
leave a note so it isn't re-added. build-push.yaml is untouched — it genuinely
installs buildah/podman/jq/curl.
Co-Authored-By: Claude Opus 4.8 noreply@anthropic.com
Automated review by pr-reviewer v0.40.0 | Safety Check | Mistral Small | tracking id
r-62febc-71bc8fThis is an AI-generated review and may contain mistakes.
Status: ✅ Completed
✅ Verdict: LGTM — No issues found
No obvious bugs, security issues, or accidentally committed files detected.