Skip to content

Commit

Permalink
Merge pull request #479 from containers/renovate/actions-setup-go-5.x
Browse files Browse the repository at this point in the history
[skip-ci] Update actions/setup-go action to v5
  • Loading branch information
giuseppe authored Jan 26, 2024
2 parents 6bec60c + 1e0d24b commit 1e1a87d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
conmon:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: '1.21'
- uses: actions/checkout@v3
Expand All @@ -31,7 +31,7 @@ jobs:
cri-o:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: '1.21'
- uses: actions/checkout@v3
Expand Down

0 comments on commit 1e1a87d

Please sign in to comment.