From 0f436a80a5974ccc1e2a5537de0294806869d60b Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 19:33:17 +0000 Subject: [PATCH] chore(deps): update dependency go to 1.26 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- .github/workflows/pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 1e87ffbc5d..1ce9c01d96 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -14,7 +14,7 @@ jobs: - name: set up go 1.x uses: actions/setup-go@v3 with: - go-version: '1.25' + go-version: '1.26' - name: checkout uses: actions/checkout@v3 - name: check format