From 7fcb3ac32d92d1dcc1c4020ef070ebe18e6f2f5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan-Otto=20Kr=C3=B6pke?= Date: Wed, 13 May 2026 14:23:14 +0100 Subject: [PATCH] fix: Update go version to latest 1.25.x (#2397) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan-Otto Kröpke --- .github/workflows/lint.yml | 9 ++++++--- .github/workflows/release.yml | 3 ++- renovate.json | 6 ++++++ 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 3fbd687a..c7510860 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -23,7 +23,8 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 with: - go-version-file: 'go.mod' + # renovate: golang=go + go-version: '1.25.10' - name: Test run: make test @@ -46,7 +47,8 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 with: - go-version-file: 'go.mod' + # renovate: golang=go + go-version: '1.25.10' - name: Install promtool run: | @@ -85,7 +87,8 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 with: - go-version-file: 'go.mod' + # renovate: golang=go + go-version: '1.25.10' - name: golangci-lint uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 98f62388..04882584 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,8 @@ jobs: - uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 with: - go-version-file: 'go.mod' + # renovate: golang=go + go-version: '1.25.10' - name: Install WiX run: | diff --git a/renovate.json b/renovate.json index b2309aec..30ae3925 100644 --- a/renovate.json +++ b/renovate.json @@ -33,6 +33,12 @@ ], "enabled": true }, + { + "matchManagers": ["gomod"], + "matchDepNames": ["go"], + "matchDepTypes": ["golang"], + "rangeStrategy": "bump" + }, { "groupName": "GitHub Actions", "matchManagers": [