diff --git a/.bingo/README.md b/.bingo/README.md index c812e3a6c..692aaeceb 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 ea840268c..93b8c0e37 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