Merge pull request #1341 from evrardjp/bump-go

Bump go to fix CVE-2026-42504
This commit is contained in:
Jean-Philippe Evrard
2026-06-08 12:24:34 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[tools]
cosign = "2.2.3"
go = "1.25"
go = "1.25.11"
golangci-lint = "2.7.2"
goreleaser = "1.24.0"
kind = "0.31.0"
+1 -1
View File
@@ -1,6 +1,6 @@
module github.com/kubereboot/kured
go 1.25.10
go 1.25.11
require (
github.com/containrrr/shoutrrr v0.8.0