Update On Sat Feb 21 19:48:38 CET 2026

This commit is contained in:
github-action[bot]
2026-02-21 19:48:39 +01:00
parent f55b67d191
commit a209c8d01a
85 changed files with 1271 additions and 761 deletions
@@ -26,6 +26,11 @@ jobs:
with:
go-version: "1.26"
check-latest: true # Always check for the latest patch release
- name: Apply Patches
run: |
cd $(go env GOROOT)
for p in $GITHUB_WORKSPACE/.github/patch/*.patch; do patch --verbose -p 1 < "$p"; done
- uses: actions/cache@v4
with: