From d05bbcd1073c3ea2a87ad1432c911327d4fa1452 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Evrard Date: Tue, 26 May 2026 11:58:41 +0200 Subject: [PATCH] Bump go version Without this, our scanners will mark us as impacted by the CVEs: - CVE-2026-32280 - CVE-2026-32281 - CVE-2026-32283 - CVE-2026-33811 - CVE-2026-33814 - CVE-2026-39820 - CVE-2026-39836 - CVE-2026-42499 None of those should have an impact on us, but it triggers the scanner. Signed-off-by: Jean-Philippe Evrard --- .mise/config.toml | 1 + go.mod | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.mise/config.toml b/.mise/config.toml index 69206b0..f03896d 100644 --- a/.mise/config.toml +++ b/.mise/config.toml @@ -1,5 +1,6 @@ [tools] cosign = "2.2.3" +go = "1.25" golangci-lint = "2.7.2" goreleaser = "1.24.0" kind = "0.31.0" diff --git a/go.mod b/go.mod index 126d90c..6260a7b 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/kubereboot/kured -go 1.25.8 +go 1.25.10 require ( github.com/containrrr/shoutrrr v0.8.0