Skip to content

Commit

Permalink
Merge pull request #45 from karimra/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/setup-go-5

Bump actions/setup-go from 4 to 5
  • Loading branch information
karimra authored Dec 14, 2023
2 parents 49d7b20 + 8c0d254 commit c615257
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: ${{ env.GOVER }}
- run: go test -cover ./...
Expand All @@ -26,7 +26,7 @@ jobs:
- test
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: ${{ env.GOVER }}
- name: Configure git for private modules
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: ${{ env.GOVER }}
- name: Configure git for private modules
Expand Down

0 comments on commit c615257

Please sign in to comment.