Skip to content

Commit

Permalink
Merge pull request #146 from gonzolino/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/setup-go-5

chore(deps): bump actions/setup-go from 4 to 5
  • Loading branch information
mergify[bot] authored Dec 6, 2023
2 parents 5573a00 + 13d647b commit 69f9efc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: '1.20'
- name: Report test-coverage to DeepSource
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: '1.20'
- run: go test -v ./...

0 comments on commit 69f9efc

Please sign in to comment.