Skip to content

Commit

Permalink
Merge pull request #126 from paypal/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/setup-go-4.0.1

Bump actions/setup-go from 4.0.0 to 4.0.1
  • Loading branch information
NeetishPathak committed May 22, 2023
2 parents 313381a + efad306 commit bd25f8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/client_ft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Get code
uses: actions/checkout@v3.5.2
- name: Install golang
uses: actions/setup-go@v4.0.0
uses: actions/setup-go@v4.0.1
with:
go-version: "${{ matrix.go_version }}"
- name: Install Build dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/juno_server_bin_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Get code
uses: actions/checkout@v3.5.2
- name: Install golang
uses: actions/setup-go@v4.0.0
uses: actions/setup-go@v4.0.1
with:
go-version: "${{ matrix.go_version }}"
- name: Install Build dependencies
Expand Down

0 comments on commit bd25f8c

Please sign in to comment.