chore: update Go to 1.25.7 and pin workflow versions for Renovate

- Updated GO_VERSION to 1.25.7 across all GitHub Actions workflows to fix immediate build failures
- Added custom regex manager to `.github/renovate.json` to explicitly track `GO_VERSION` in YAML files
- Ensures Renovate detects and automerges Go updates for workflows alongside the main project
This commit is contained in:
GitHub Actions
2026-02-06 03:32:22 +00:00
parent 964a89a391
commit 8dcfabc23a
8 changed files with 18 additions and 7 deletions

View File

@@ -53,7 +53,7 @@ on:
env:
NODE_VERSION: '20'
GO_VERSION: '1.25.6'
GO_VERSION: '1.25.7'
GOTOOLCHAIN: auto
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository_owner }}/charon