Skip to content

Commit

Permalink
Merge pull request #203 from slok/dependabot/github_actions/actions/s…
Browse files Browse the repository at this point in the history
…etup-go-5

Bump actions/setup-go from 4 to 5
  • Loading branch information
slok committed Feb 27, 2024
2 parents 4ecb37e + c40d494 commit c472df0
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 @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache: false
Expand All @@ -33,7 +33,7 @@ jobs:
needs: [check, unit-test]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache: false
Expand Down

0 comments on commit c472df0

Please sign in to comment.