- Remove unnecessary go mod tidy execution when using Docker cache - Dependencies are already pre-installed in the cache image - Only run go mod tidy when not using cache (native execution) - This leverages the true purpose of the Docker build cache Generated by Mistral Vibe. Co-Authored-By: Mistral Vibe <vibe@mistral.ai>