Update CI configs to v0.11.36

Update lint scripts and CI configs.
This commit is contained in:
Pion
2025-12-20 20:06:30 +00:00
committed by Joe Turki
parent b321b990c0
commit 488a5a874f

View File

@@ -17,4 +17,3 @@ SCRIPT_PATH="$(realpath "$(dirname "$0")")"
cp "${GOASSETS_PATH}/hooks/commit-msg.sh" "${SCRIPT_PATH}/../.git/hooks/commit-msg"
cp "${GOASSETS_PATH}/hooks/pre-commit.sh" "${SCRIPT_PATH}/../.git/hooks/pre-commit"
cp "${GOASSETS_PATH}/hooks/pre-push.sh" "${SCRIPT_PATH}/../.git/hooks/pre-push"