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:
11
.github/renovate.json
vendored
11
.github/renovate.json
vendored
@@ -116,6 +116,17 @@
|
||||
"depNameTemplate": "golang/go",
|
||||
"datasourceTemplate": "golang-version",
|
||||
"versioningTemplate": "semver"
|
||||
},
|
||||
{
|
||||
"customType": "regex",
|
||||
"description": "Track GO_VERSION in Actions workflows",
|
||||
"fileMatch": ["^\\.github/workflows/.*\\.yml$"],
|
||||
"matchStrings": [
|
||||
"GO_VERSION: ['\"]?(?<currentValue>[\\d\\.]+)['\"]?"
|
||||
],
|
||||
"depNameTemplate": "golang/go",
|
||||
"datasourceTemplate": "golang-version",
|
||||
"versioningTemplate": "semver"
|
||||
}
|
||||
],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user