From 0c2ae9ebd76a7a260430f4d9476f48f62cd16683 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 06:43:29 +0000 Subject: [PATCH] chore(deps): update dependency go to 1.27 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/integration.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index d1143535..52784df7 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -27,7 +27,7 @@ jobs: # TODO: switch back to stable once cri-o vendors golang.org/x/net # v0.55.0 or newer; until then it does not build with go 1.27. # See https://github.com/cri-o/cri-o/pull/10103#issuecomment-5400108050 - go-version: '1.26' + go-version: '1.27' cache: false - run: hack/github-actions-setup - name: Run conmon integration tests @@ -51,7 +51,7 @@ jobs: # TODO: switch back to stable once cri-o vendors golang.org/x/net # v0.55.0 or newer; until then it does not build with go 1.27. # See https://github.com/cri-o/cri-o/pull/10103#issuecomment-5400108050 - go-version: '1.26' + go-version: '1.27' cache: false - run: hack/github-actions-setup - name: Run CRI-O integration tests (critest=${{ matrix.critest }})