Skip to content

Commit

Permalink
chore(deps): bump actions/setup-go from 4 to 5 (#227)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 12, 2023
1 parent 516fa7c commit 274a569
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: mozilla-actions/[email protected]
timeout-minutes: 5
continue-on-error: true
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version-file: "./go_compat/go.mod"
- name: Build
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
timeout_minutes: 5
max_attempts: 3
command: sudo make -C forest install-deps
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version-file: "./forest/src/libp2p_bitswap/tests/go-app/go.mod"
- name: Install nextest
Expand Down

0 comments on commit 274a569

Please sign in to comment.