Skip to content

Commit bc9c83b

Browse files
committed
update build image and renovate config for 1.25
1 parent 6792760 commit bc9c83b

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.23.12, 1.24.6]
15+
go-version: [1.24.6, 1.25.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
@@ -8,30 +8,30 @@
88
"customType": "regex",
99
"fileMatch": ["^\\.github/workflows/build_publish_builder_image\\.yaml$"],
1010
"matchStrings": [
11-
"go-version:\\s*\\[\\s*(?<currentValue1>1\\.23\\.\\d+),\\s*(?<currentValue2>1\\.24\\.\\d+)\\s*\\]"
11+
"go-version:\\s*\\[\\s*(?<currentValue1>1\\.24\\.\\d+),\\s*(?<currentValue2>1\\.25\\.\\d+)\\s*\\]"
1212
],
1313
"datasourceTemplate": "golang-version",
14-
"depNameTemplate": "golang-1.23",
14+
"depNameTemplate": "golang-1.24",
1515
"currentValueTemplate": "{{{currentValue1}}}",
16-
"extractVersionTemplate": "(?<version>1\\.23\\.\\d+)"
16+
"extractVersionTemplate": "(?<version>1\\.24\\.\\d+)"
1717
},
1818
{
1919
"customType": "regex",
2020
"fileMatch": ["^\\.github/workflows/build_publish_builder_image\\.yaml$"],
2121
"matchStrings": [
22-
"go-version:\\s*\\[\\s*(?<currentValue1>1\\.23\\.\\d+),\\s*(?<currentValue2>1\\.24\\.\\d+)\\s*\\]"
22+
"go-version:\\s*\\[\\s*(?<currentValue1>1\\.24\\.\\d+),\\s*(?<currentValue2>1\\.25\\.\\d+)\\s*\\]"
2323
],
2424
"datasourceTemplate": "golang-version",
25-
"depNameTemplate": "golang-1.24",
25+
"depNameTemplate": "golang-1.25",
2626
"currentValueTemplate": "{{{currentValue2}}}",
27-
"extractVersionTemplate": "(?<version>1\\.24\\.\\d+)"
27+
"extractVersionTemplate": "(?<version>1\\.25\\.\\d+)"
2828
}
2929
],
3030
"packageRules": [
3131
{
32-
"description": "Automerge patch updates for Go versions 1.23.x and 1.24.x",
32+
"description": "Automerge patch updates for Go versions 1.24.x and 1.25.x",
3333
"matchDatasources": ["golang-version"],
34-
"matchPackageNames": ["golang-1.23", "golang-1.24"],
34+
"matchPackageNames": ["golang-1.24", "golang-1.25"],
3535
"matchUpdateTypes": ["patch"],
3636
"automerge": true,
3737
"automergeType":"pr",

0 commit comments

Comments
 (0)