From 452e6c926e59f82a2a9af516eb103dde996c5724 Mon Sep 17 00:00:00 2001 From: Sergey <6213510+sshnaidm@users.noreply.github.com> Date: Tue, 9 Sep 2025 12:09:35 +0300 Subject: [PATCH] Bump Go version for building Podman (#977) 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 c63d460..e477a61 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.21" + go-version: "1.23" - name: Install build dependencies and container runtimes run: |