This repository was archived by the owner on Jul 5, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-33
lines changed Expand file tree Collapse file tree 2 files changed +3
-33
lines changed Original file line number Diff line number Diff line change 70
70
with :
71
71
override : false
72
72
- name : Setup golang
73
- uses : actions/setup-go@v3
73
+ uses : actions/setup-go@v4
74
74
with :
75
75
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-
86
76
- name : Cargo cache
87
77
uses : actions/cache@v3
88
78
with :
Original file line number Diff line number Diff line change 46
46
with :
47
47
override : false
48
48
- name : Setup golang
49
- uses : actions/setup-go@v3
49
+ uses : actions/setup-go@v4
50
50
with :
51
51
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-
62
52
- name : Cargo cache
63
53
uses : actions/cache@v3
64
54
with :
@@ -104,19 +94,9 @@ jobs:
104
94
with :
105
95
override : false
106
96
- name : Setup golang
107
- uses : actions/setup-go@v3
97
+ uses : actions/setup-go@v4
108
98
with :
109
99
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-
120
100
- name : Cargo cache
121
101
uses : actions/cache@v3
122
102
with :
You can’t perform that action at this time.
0 commit comments