Merge pull request #1396 from evrardjp/fix-CVE-2026-39822

fix CVE-2026-39822
This commit is contained in:
Jean-Philippe Evrard
2026-07-28 17:49:09 +02:00
committed by GitHub
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