From 2981aad2402488a0a8ce9658c86e7152b24fc62e Mon Sep 17 00:00:00 2001 From: Kurt Garloff Date: Fri, 19 Dec 2025 18:45:35 +0100 Subject: [PATCH] Update to go-1.25 to fix PR #176. Signed-off-by: Kurt Garloff --- .github/renovate/golang.json5 | 2 +- .golangci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/renovate/golang.json5 b/.github/renovate/golang.json5 index 9232e97b..4426e90c 100644 --- a/.github/renovate/golang.json5 +++ b/.github/renovate/golang.json5 @@ -4,7 +4,7 @@ }, // https://docs.renovatebot.com/configuration-options/#constraints "constraints": { - "go": "1.22" + "go": "1.25" }, packageRules: [ { diff --git a/.golangci.yml b/.golangci.yml index 4820b121..e641adc8 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -1,6 +1,6 @@ version: "2" run: - go: "1.22" + go: "1.25" modules-download-mode: vendor allow-parallel-runners: true linters: