From 94806e885639cda43281ae1f506abbd707893595 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Evrard Date: Tue, 28 Jul 2026 11:28:11 +0200 Subject: [PATCH] fix CVE-2026-39822 Without this, trivy will fail. Signed-off-by: Jean-Philippe Evrard --- .config/mise.toml | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/mise.toml b/.config/mise.toml index 797a118..4ac0830 100644 --- a/.config/mise.toml +++ b/.config/mise.toml @@ -1,7 +1,7 @@ [tools] actionlint = "latest" cosign = "3.0.6" -go = "1.26.4" +go = "1.26.5" golangci-lint = "2.12.2" goreleaser = "2.16.0" kind = "0.32.0" diff --git a/go.mod b/go.mod index 7a4c603..7fe41d1 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/kubereboot/kured -go 1.26.4 +go 1.26.5 require ( github.com/containrrr/shoutrrr v0.8.0