Skip to content

Commit ea8af6e

Browse files
NSSPKrishnaNSSPKrishna
andauthored
chore(renovate): Updated the go version (#166)
Co-authored-by: NSSPKrishna <pnialdhuri@newrelic.com>
1 parent 80f57ad commit ea8af6e

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/build_publish_builder_image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
go-version: [1.24.13, 1.25.7]
15+
go-version: [1.25.7, 1.26.0]
1616
ubuntu-version: [16.04]
1717

1818
steps:

renovate.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,30 +10,30 @@
1010
"customType": "regex",
1111
"fileMatch": ["^\\.github/workflows/build_publish_builder_image\\.yaml$"],
1212
"matchStrings": [
13-
"go-version:\\s*\\[\\s*(?<currentValue1>1\\.24\\.\\d+),\\s*(?<currentValue2>1\\.25\\.\\d+)\\s*\\]"
13+
"go-version:\\s*\\[\\s*(?<currentValue1>1\\.25\\.\\d+),\\s*(?<currentValue2>1\\.26\\.\\d+)\\s*\\]"
1414
],
1515
"datasourceTemplate": "golang-version",
16-
"depNameTemplate": "golang-1.24",
16+
"depNameTemplate": "golang-1.25",
1717
"currentValueTemplate": "{{{currentValue1}}}",
18-
"extractVersionTemplate": "(?<version>1\\.24\\.\\d+)"
18+
"extractVersionTemplate": "(?<version>1\\.25\\.\\d+)"
1919
},
2020
{
2121
"customType": "regex",
2222
"fileMatch": ["^\\.github/workflows/build_publish_builder_image\\.yaml$"],
2323
"matchStrings": [
24-
"go-version:\\s*\\[\\s*(?<currentValue1>1\\.24\\.\\d+),\\s*(?<currentValue2>1\\.25\\.\\d+)\\s*\\]"
24+
"go-version:\\s*\\[\\s*(?<currentValue1>1\\.25\\.\\d+),\\s*(?<currentValue2>1\\.26\\.\\d+)\\s*\\]"
2525
],
2626
"datasourceTemplate": "golang-version",
27-
"depNameTemplate": "golang-1.25",
27+
"depNameTemplate": "golang-1.26",
2828
"currentValueTemplate": "{{{currentValue2}}}",
29-
"extractVersionTemplate": "(?<version>1\\.25\\.\\d+)"
29+
"extractVersionTemplate": "(?<version>1\\.26\\.\\d+)"
3030
}
3131
],
3232
"packageRules": [
3333
{
34-
"description": "Automerge patch updates for Go versions 1.24.x and 1.25.x",
34+
"description": "Automerge patch updates for Go versions 1.25.x and 1.26.x",
3535
"matchDatasources": ["golang-version"],
36-
"matchPackageNames": ["golang-1.24", "golang-1.25"],
36+
"matchPackageNames": ["golang-1.25", "golang-1.26"],
3737
"matchUpdateTypes": ["patch"],
3838
"automerge": true,
3939
"automergeType":"pr",

0 commit comments

Comments
 (0)