Skip to content

Commit

Permalink
github/workflows: bump action/setup-go to v5 (axieinfinity#478)
Browse files Browse the repository at this point in the history
This will enable dependency and build output cache by default.
  • Loading branch information
minh-bq authored Jun 20, 2024
1 parent 10732c3 commit c5b128f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/evm-benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
fetch-depth: 0

- name: 'Setup Go'
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 #v3.3.0
uses: actions/setup-go@v5
with:
go-version: '1.20.10'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c #v3.3.0

- name: 'Setup Go'
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 #v3.3.0
uses: actions/setup-go@v5
with:
go-version: '1.20.10'

Expand Down

0 comments on commit c5b128f

Please sign in to comment.