From c10614026b8e1818f8ba35ca1c7c21fbabc36844 Mon Sep 17 00:00:00 2001 From: Sergey <6213510+sshnaidm@users.noreply.github.com> Date: Thu, 11 Sep 2025 11:53:38 +0300 Subject: [PATCH] Bump Go version to 1.24 for latest Podman (#978) 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 e477a61..a2195a3 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.23" + go-version: "1.24" - name: Install build dependencies and container runtimes run: |