From 0dcfb299cda865f95fd8529b82b8914de9762ee8 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 16:34:14 +0000 Subject: [PATCH] chore(deps): update go toolchain directive to v1.26.5 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- .github/workflows/kuttl-int-tests.yaml | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/kuttl-int-tests.yaml b/.github/workflows/kuttl-int-tests.yaml index 23f9320c..42ffa679 100644 --- a/.github/workflows/kuttl-int-tests.yaml +++ b/.github/workflows/kuttl-int-tests.yaml @@ -22,7 +22,7 @@ jobs: - uses: actions/setup-go@v5 with: - go-version: 1.24.6 + go-version: 1.26.5 - uses: actions/checkout@v4 diff --git a/go.mod b/go.mod index f31d862d..5cd44fd2 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/confidential-containers/trustee-operator go 1.25.0 -toolchain go1.25.9 +toolchain go1.26.5 require ( github.com/go-logr/logr v1.4.3