diff --git a/scripts/pre-commit-check.sh b/scripts/pre-commit-check.sh index a808beb..316dcc2 100755 --- a/scripts/pre-commit-check.sh +++ b/scripts/pre-commit-check.sh @@ -31,7 +31,7 @@ docker run --rm \ "$IMAGE_NAME:latest" \ sh -c " echo '📦 Installing Go 1.25.3 and required tools...' - apk add --no-cache protobuf protobuf-dev bash git wget tar || exit 1 + apk add --no-cache protobuf protobuf-dev bash git wget tar make || exit 1 # Install Go 1.25.3 cd /tmp && \