chore: update go to 1.25, upgrade x/sys, and bump version to 1.0.36

This commit is contained in:
2026-03-30 12:56:31 +02:00
parent 04065a0dd1
commit ed653ff179
6 changed files with 8 additions and 15 deletions
Regular → Executable
+1 -1
View File
@@ -48,7 +48,7 @@ read -p "Do you want to commit this version and trigger a GitHub Release for v$n
echo
if [[ $REPLY =~ ^[Yy]$ ]]; then
echo "Committing version bump..."
git add VERSION PrintCleaner.manifest
git add VERSION PrintCleaner.manifest .github/workflows .gitea/workflows 2>/dev/null || git add VERSION PrintCleaner.manifest .github/workflows
git commit -m "chore: release v$new_ver"
echo "Tagging v$new_ver..."