From c354f69eb77715f813e9eedd79beb4c8119a8a95 Mon Sep 17 00:00:00 2001 From: Sagi Shnaidman Date: Mon, 16 Mar 2026 09:03:27 +0200 Subject: [PATCH] Bump Go version in Podman build CI to 1.25 Signed-off-by: Sagi Shnaidman --- .github/workflows/build_latest_podman.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_latest_podman.yml b/.github/workflows/build_latest_podman.yml index cf5b305..6ed688f 100644 --- a/.github/workflows/build_latest_podman.yml +++ b/.github/workflows/build_latest_podman.yml @@ -29,7 +29,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v6 with: - go-version: "1.24" + go-version: "1.25" - name: Install build dependencies and container runtimes run: |