Skip to content
This repository was archived by the owner on Jul 5, 2024. It is now read-only.

Commit 812ff96

Browse files
committed
Switched to action/setup-go@v4; removed Go cache
1 parent 2664db6 commit 812ff96

File tree

2 files changed

+3
-33
lines changed

2 files changed

+3
-33
lines changed

.github/workflows/integration.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -70,19 +70,9 @@ jobs:
7070
with:
7171
override: false
7272
- name: Setup golang
73-
uses: actions/setup-go@v3
73+
uses: actions/setup-go@v4
7474
with:
7575
go-version: ~1.21
76-
# Go cache for building geth-utils
77-
- name: Go cache
78-
uses: actions/cache@v3
79-
with:
80-
path: |
81-
~/.cache/go-build
82-
~/go/pkg/mod
83-
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
84-
restore-keys: |
85-
${{ runner.os }}-go-
8676
- name: Cargo cache
8777
uses: actions/cache@v3
8878
with:

.github/workflows/main-tests.yml

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -46,19 +46,9 @@ jobs:
4646
with:
4747
override: false
4848
- name: Setup golang
49-
uses: actions/setup-go@v3
49+
uses: actions/setup-go@v4
5050
with:
5151
go-version: ~1.21
52-
# Go cache for building geth-utils
53-
- name: Go cache
54-
uses: actions/cache@v3
55-
with:
56-
path: |
57-
~/.cache/go-build
58-
~/go/pkg/mod
59-
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
60-
restore-keys: |
61-
${{ runner.os }}-go-
6252
- name: Cargo cache
6353
uses: actions/cache@v3
6454
with:
@@ -104,19 +94,9 @@ jobs:
10494
with:
10595
override: false
10696
- name: Setup golang
107-
uses: actions/setup-go@v3
97+
uses: actions/setup-go@v4
10898
with:
10999
go-version: ~1.21
110-
# Go cache for building geth-utils
111-
- name: Go cache
112-
uses: actions/cache@v3
113-
with:
114-
path: |
115-
~/.cache/go-build
116-
~/go/pkg/mod
117-
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
118-
restore-keys: |
119-
${{ runner.os }}-go-
120100
- name: Cargo cache
121101
uses: actions/cache@v3
122102
with:

0 commit comments

Comments
 (0)