Skip to content

Commit

Permalink
[TT-594] Bump setup-go to v4 (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
tateexon committed Sep 14, 2023
1 parent 00c6214 commit 3775697
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion chainlink-testing-framework/run-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ runs:
# Setup Tools and libraries
- name: Setup environment
if: inputs.run_setup == 'true'
uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/setup-run-tests-environment@v2.2.11
uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/setup-run-tests-environment@v2.2.13
with:
test_download_vendor_packages_command: ${{ inputs.test_download_vendor_packages_command }}
go_version: ${{ inputs.go_version }}
Expand Down
5 changes: 3 additions & 2 deletions chainlink-testing-framework/setup-go/action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: setup-run-tests-environment
description: Common test env setup
description: Common golang setup
inputs:
test_download_vendor_packages_command:
required: false
Expand All @@ -24,11 +24,12 @@ runs:
using: composite
steps:
- name: Setup Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: ${{ inputs.go_version }}
go-version-file: ${{ inputs.go_mod_path }}
check-latest: true
cache: false

- name: Cache Vendor Packages
if: inputs.cache_restore_only == 'false'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ runs:
steps:
# Go setup and caching
- name: Setup Go
uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/setup-go@v2.2.11
uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/setup-go@v2.2.13
with:
test_download_vendor_packages_command: ${{ inputs.test_download_vendor_packages_command }}
go_version: ${{ inputs.go_version }}
Expand Down

0 comments on commit 3775697

Please sign in to comment.