Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Commit

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

Bump actions/setup-go from 4 to 5
  • Loading branch information
github-actions[bot] committed Dec 7, 2023
2 parents 19569b4 + cc7caa7 commit 979485f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

# setup go-env
- name: setup
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version-file: "./go.mod"
- name: checkout
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
- name: install indy
run: make indy_to_debian
- name: setup
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version-file: "./go.mod"
- name: checkout
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
service: "core"
service-context: ./
service-dockerfile: ./scripts/deploy/Dockerfile
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version-file: "./go.mod"
- name: convert coverage to txt
Expand Down

0 comments on commit 979485f

Please sign in to comment.