From e4bab1e28e1359598f2f6bf8af70d7c602fdbe28 Mon Sep 17 00:00:00 2001 From: Daniel Holczer Date: Wed, 20 May 2026 11:12:05 +0200 Subject: [PATCH 1/2] fixing latest cves --- .github/workflows/ci.yml | 2 +- Makefile.env | 2 +- go.mod | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 52bfcf1..650f342 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v5 with: - go-version: "1.25.9" + go-version: "1.25.10" - name: Install yamllint run: | diff --git a/Makefile.env b/Makefile.env index 56296ad..f7813af 100644 --- a/Makefile.env +++ b/Makefile.env @@ -6,7 +6,7 @@ GOSEC_VERSION?=2.22.10 KIND_VERSION?=0.30.0 KUBECTL_VERSION?=1.34.0 INSTALL_LOCATION?=/usr/local/bin -GO_BUILDER_IMAGE?=golang:1.25.9 +GO_BUILDER_IMAGE?=golang:1.25.10 CONTROLLER_TOOLS_VERSION?=v0.19.0 CGO?=0 diff --git a/go.mod b/go.mod index 68f393f..592fae4 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/IBM/staticroute-operator -go 1.25.9 +go 1.25.10 require ( github.com/go-logr/logr v1.4.3 From 6b6744b39a9236156e30f3164e83793590f59b67 Mon Sep 17 00:00:00 2001 From: Daniel Holczer Date: Wed, 20 May 2026 11:16:01 +0200 Subject: [PATCH 2/2] sign off Signed-off-by: Daniel Holczer