From 8b58f454494ee4ad17e7ebfc5a744cc709bb7861 Mon Sep 17 00:00:00 2001 From: Navid Yaghoobi Date: Fri, 1 Mar 2024 18:28:46 +1100 Subject: [PATCH] unit test Signed-off-by: Navid Yaghoobi --- .github/workflows/test.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c032b66a..5dd85ae7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,12 +6,11 @@ jobs: unit_test: runs-on: ubuntu-latest container: - image: quay.io/libpod/fedora_podman:c20240227t125812z-f39f38d13 + image: quay.io/podman/stable:latest steps: - - uses: actions/setup-go@v3 - with: - go-version: '1.21.4' - uses: actions/checkout@v3 - run: | + dnf -y install golang-bin + podman info make .install.ginkgo make test-unit