Skip to content

Commit

Permalink
Bump github.com/containers/podman/v4 to 4.7.2
Browse files Browse the repository at this point in the history
Signed-off-by: Navid Yaghoobi <[email protected]>
  • Loading branch information
navidys committed Nov 11, 2023
1 parent 1d7ce3b commit 8bf7d5e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
steps:
- uses: actions/setup-go@v3
with:
go-version: '1.18.8'
go-version: '>=1.19.0'
- uses: actions/checkout@v3
- run: |
go mod tidy
Expand All @@ -60,7 +60,7 @@ jobs:
steps:
- uses: actions/setup-go@v3
with:
go-version: '1.18.8'
go-version: '>=1.19.0'
- uses: actions/checkout@v3
- run: |
bash hack/install_dep.sh
Expand All @@ -75,7 +75,7 @@ jobs:
steps:
- uses: actions/setup-go@v3
with:
go-version: '1.18.8'
go-version: '>=1.19.0'
- uses: actions/checkout@v3
- run: |
bash hack/install_dep.sh
Expand Down

0 comments on commit 8bf7d5e

Please sign in to comment.