Skip to content

Commit 543ac2e

Browse files
renovate[bot]guewa
andauthored
chore(deps): update dependency go to v1.24.2 (#14)
* chore(deps): update dependency go to v1.24.2 * chore(deps): update dependency go to v1.24.2 * chore(fix): update linter and renovate common makefile --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Günther Wannenmacher <[email protected]>
1 parent 1fc8a61 commit 543ac2e

File tree

4 files changed

+19
-7
lines changed

4 files changed

+19
-7
lines changed

api/go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/openmcp-project/project-workspace-operator/api
22

3-
go 1.23.0
4-
5-
toolchain go1.23.6
3+
go 1.24.2
64

75
require (
86
github.com/google/uuid v1.6.0

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/openmcp-project/project-workspace-operator
22

3-
go 1.23.0
4-
5-
toolchain go1.23.6
3+
go 1.24.2
64

75
require (
86
github.com/go-logr/logr v1.4.2

hack/common/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,11 +191,12 @@ CONTROLLER_TOOLS_VERSION ?= v0.16.4
191191
# renovate: datasource=github-tags depName=golang/tools
192192
FORMATTER_VERSION ?= v0.26.0
193193
# renovate: datasource=github-releases depName=golangci/golangci-lint
194-
LINTER_VERSION ?= v1.61.0
194+
LINTER_VERSION ?= v1.64.8
195195
# renovate: datasource=github-releases depName=jqlang/jq
196196
JQ_VERSION ?= 1.7.1
197197
# renovate: datasource=github-releases depName=open-component-model/ocm
198198
OCM_VERSION ?= 0.16.2
199+
# renovate: datasource=github-releases depName=helm/helm
199200
HELM_VERSION ?= v3.13.2
200201
# renovate: datasource=github-releases depName=bronze1man/yaml2json
201202
YAML2JSON_VERSION ?= v1.3.3

renovate.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,24 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"minimumReleaseAge": "3 days",
34
"extends": [
45
"config:recommended"
56
],
67
"postUpdateOptions": [
78
"gomodTidy"
9+
],
10+
"customManagers": [
11+
{
12+
"description": "Match in Makefile and Dockerfile",
13+
"customType": "regex",
14+
"fileMatch": [
15+
"(^|/|\\.)([Dd]ocker|[Cc]ontainer)file$",
16+
"(^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$",
17+
"(^|/)Makefile$"
18+
],
19+
"matchStrings": [
20+
"# renovate: datasource=(?<datasource>[a-z-.]+?) depName=(?<depName>[^\\s]+?)(?: (lookupName|packageName)=(?<packageName>[^\\s]+?))?(?: versioning=(?<versioning>[^\\s]+?))?(?: extractVersion=(?<extractVersion>[^\\s]+?))?(?: registryUrl=(?<registryUrl>[^\\s]+?))?\\s(?:ENV |ARG )?.+?_VERSION ?(?:\\?=|=)\"? ?(?<currentValue>.+?)\"?\\s"
21+
]
22+
}
823
]
924
}

0 commit comments

Comments
 (0)