SIGN IN SIGN UP
avelino / awesome-go UNCLAIMED

A curated list of awesome Go frameworks, libraries and software

fix(ci): add safe.directory config to fix git fetch in container (#6064)

The "Fetch base branch" step fails with exit code 128 when running
inside the golang:latest container because Git does not recognize the
workspace as a safe directory. This is a Git security feature (CVE-2022-24765)
that blocks operations in directories owned by a different user, which
happens when actions/checkout runs inside a container.

https://claude.ai/code/session_01NBtQtSPnsSvAwqUMBMLGFh

Co-authored-by: Claude <[email protected]>
A
Avelino committed
45f2b49ef49c6ad5ddbdb763d7395e69c6d5c781
Parent: 00b5943
Committed by GitHub <[email protected]> on 2/28/2026, 12:52:42 PM