Skip to content

Commit 251b76a

Browse files
committed
use newer action to setup go in Docker tests
1 parent 3f43732 commit 251b76a

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/docker-test.yaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
pull_request:
66
types: [labeled]
77
paths-ignore:
8-
- 'tools/**'
8+
- 'tools/**'
99

1010
jobs:
1111
eth_env:
@@ -26,12 +26,11 @@ jobs:
2626
- name: Checkout the Repo
2727
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
2828
- name: Install Go
29-
uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/setup-go@d2f9642bcc24a73400568756f24b72c188ac7a9a # v2.3.31
29+
uses: smartcontractkit/.github/actions/setup-golang@01d931b0455a754d12e7143cc54a5a3521a8f6f6 #v 0.3.1
3030
with:
31-
test_download_vendor_packages_command: cd lib && go mod download
32-
go_mod_path: ./lib/go.mod
33-
cache_key_id: ctf-go
34-
cache_restore_only: 'false'
31+
# test_download_vendor_packages_command: cd lib && go mod download
32+
go-version-file: ./lib/go.mod
33+
use-go-cache: "true"
3534
- name: Install gotestloghelper
3635
working-directory: lib
3736
run: make gotestloghelper_build

0 commit comments

Comments
 (0)