1
0
Fork 0
mirror of https://github.com/containers/ansible-podman-collections.git synced 2026-02-04 07:11:49 +00:00

Bump Go version to 1.24 for latest Podman (#978)

Signed-off-by: Sagi Shnaidman <sshnaidm@redhat.com>
This commit is contained in:
Sergey 2025-09-11 11:53:38 +03:00 committed by GitHub
parent 452e6c926e
commit c10614026b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,7 +29,7 @@ jobs:
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v6 uses: actions/setup-go@v6
with: with:
go-version: "1.23" go-version: "1.24"
- name: Install build dependencies and container runtimes - name: Install build dependencies and container runtimes
run: | run: |