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:
2
.github/workflows/codecov-upload.yml
vendored
2
.github/workflows/codecov-upload.yml
vendored
@@ -19,7 +19,7 @@ concurrency:
|
||||
cancel-in-progress: true
|
||||
|
||||
env:
|
||||
GO_VERSION: '1.25.6'
|
||||
GO_VERSION: '1.25.7'
|
||||
NODE_VERSION: '24.12.0'
|
||||
GOTOOLCHAIN: auto
|
||||
|
||||
|
||||
Reference in New Issue
Block a user