From 01c07349b9853ed3158ca8e886871a3e4e6d37d5 Mon Sep 17 00:00:00 2001 From: Vitalii Parfonov Date: Mon, 31 Aug 2026 18:20:26 +0300 Subject: [PATCH] fix(cve): bump golang version to 1.26.7 Signed-off-by: Vitalii Parfonov --- .bingo/README.md | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bingo/README.md b/.bingo/README.md index c812e3a6c2..692aaeceb9 100755 --- a/.bingo/README.md +++ b/.bingo/README.md @@ -10,4 +10,4 @@ This is directory which stores Go modules with pinned buildable package that is ## Requirements -* Go 1.24.x or 1.25.x +* Go 1.26.x diff --git a/go.mod b/go.mod index ea840268c3..93b8c0e378 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/openshift/cluster-logging-operator -go 1.25.12 +go 1.26.7 require ( github.com/ViaQ/logerr/v2 v2.1.0