fix CVE-2026-39822

Without this, trivy will fail.

Signed-off-by: Jean-Philippe Evrard <open-source@a.spamming.party>
This commit is contained in:
Jean-Philippe Evrard
2026-07-28 11:28:11 +02:00
parent 9a98d90e27
commit 94806e8856
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -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