Skip to content

Commit

Permalink
Merge pull request #517 from opencontainers/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/setup-go-5
  • Loading branch information
dependabot[bot] authored Dec 8, 2023
2 parents 388dc9f + 4fbbfe0 commit 741a2a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
# We currently need to pick a set Go version because sometimes Go
# updates will change the output of gofmt. Ideally we would have some
Expand All @@ -56,7 +56,7 @@ jobs:
COVERAGE: umoci.coverage
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: '^1'
- name: install dependencies
Expand Down

0 comments on commit 741a2a5

Please sign in to comment.