File tree 7 files changed +16
-16
lines changed
7 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 40
40
cache : false
41
41
42
42
- name : Enable Go build cache
43
- uses : actions/cache@v3
43
+ uses : actions/cache@v4
44
44
with :
45
45
path : ~/.cache/go-build
46
46
key : ${{ runner.os }}-go-build-${{ github.ref }}-${{ hashFiles('**') }}
49
49
${{ runner.os }}-go-build-
50
50
51
51
- name : Enable Go modules cache
52
- uses : actions/cache@v3
52
+ uses : actions/cache@v4
53
53
with :
54
54
path : ~/go/pkg/mod
55
55
key : ${{ runner.os }}-go-modules-${{ hashFiles('**/go.sum') }}
@@ -104,7 +104,7 @@ jobs:
104
104
cache : false
105
105
106
106
- name : Enable Go build cache
107
- uses : actions/cache@v3
107
+ uses : actions/cache@v4
108
108
with :
109
109
path : ~/.cache/go-build
110
110
key : ${{ runner.os }}-go-build-${{ github.ref }}-${{ hashFiles('**') }}
@@ -113,7 +113,7 @@ jobs:
113
113
${{ runner.os }}-go-build-
114
114
115
115
- name : Enable Go modules cache
116
- uses : actions/cache@v3
116
+ uses : actions/cache@v4
117
117
with :
118
118
path : ~/go/pkg/mod
119
119
key : ${{ runner.os }}-go-modules-${{ hashFiles('**/go.sum') }}
Original file line number Diff line number Diff line change 72
72
cache : false
73
73
74
74
- name : Enable Go build cache
75
- uses : actions/cache@v3
75
+ uses : actions/cache@v4
76
76
with :
77
77
path : ~/.cache/go-build
78
78
key : ${{ runner.os }}-go-build-${{ github.ref }}-${{ hashFiles('**') }}
81
81
${{ runner.os }}-go-build-
82
82
83
83
- name : Enable Go modules cache
84
- uses : actions/cache@v3
84
+ uses : actions/cache@v4
85
85
with :
86
86
path : ~/go/pkg/mod
87
87
key : ${{ runner.os }}-go-modules-${{ hashFiles('**/go.sum') }}
Original file line number Diff line number Diff line change @@ -57,14 +57,14 @@ jobs:
57
57
lfs : true
58
58
59
59
- name : Enable Go modules cache
60
- uses : actions/cache@v3
60
+ uses : actions/cache@v4
61
61
with :
62
62
path : ~/go/pkg/mod
63
63
key : ${{ matrix.os }}-go-${{ matrix.go.version }}-modules-${{ hashFiles('**/go.sum') }}
64
64
restore-keys : |
65
65
${{ matrix.os }}-go-${{ matrix.go.version }}-modules-
66
66
- name : Enable Go build cache
67
- uses : actions/cache@v3
67
+ uses : actions/cache@v4
68
68
with :
69
69
path : ~/.cache/go-build
70
70
key : ${{ matrix.os }}-go-${{ matrix.go.version }}-build-${{ github.ref }}-${{ hashFiles('**') }}
Original file line number Diff line number Diff line change 28
28
cache : false
29
29
30
30
- name : Enable Go build cache
31
- uses : actions/cache@v3
31
+ uses : actions/cache@v4
32
32
with :
33
33
path : ~/.cache/go-build
34
34
key : ${{ runner.os }}-go-build-${{ github.ref }}-${{ hashFiles('**') }}
37
37
${{ runner.os }}-go-build-
38
38
39
39
- name : Enable Go modules cache
40
- uses : actions/cache@v3
40
+ uses : actions/cache@v4
41
41
with :
42
42
path : ~/go/pkg/mod
43
43
key : ${{ runner.os }}-go-modules-${{ hashFiles('**/go.sum') }}
Original file line number Diff line number Diff line change 40
40
41
41
- name : Enable Go build cache
42
42
if : ${{ fromJSON(env.DEVCONTAINER_CACHE_ENABLED) }}
43
- uses : actions/cache@v3
43
+ uses : actions/cache@v4
44
44
with :
45
45
path : ~/.cache/go-build
46
46
key : ${{ runner.os }}-go-build-${{ github.ref }}-${{ hashFiles('**') }}
50
50
51
51
- name : Enable Go modules cache
52
52
if : ${{ fromJSON(env.DEVCONTAINER_CACHE_ENABLED) }}
53
- uses : actions/cache@v3
53
+ uses : actions/cache@v4
54
54
with :
55
55
path : ~/go/pkg/mod
56
56
key : ${{ runner.os }}-go-modules-${{ hashFiles('**/go.sum') }}
Original file line number Diff line number Diff line change 41
41
cache : false
42
42
43
43
- name : Enable Go build cache
44
- uses : actions/cache@v3
44
+ uses : actions/cache@v4
45
45
with :
46
46
path : ~/.cache/go-build
47
47
key : ${{ runner.os }}-go-build-${{ github.ref }}-${{ hashFiles('**') }}
50
50
${{ runner.os }}-go-build-
51
51
52
52
- name : Enable Go modules cache
53
- uses : actions/cache@v3
53
+ uses : actions/cache@v4
54
54
with :
55
55
path : ~/go/pkg/mod
56
56
key : ${{ runner.os }}-go-modules-${{ hashFiles('**/go.sum') }}
Original file line number Diff line number Diff line change 41
41
cache : false
42
42
43
43
- name : Enable Go build cache
44
- uses : actions/cache@v3
44
+ uses : actions/cache@v4
45
45
with :
46
46
path : ~/.cache/go-build
47
47
key : ${{ runner.os }}-go-build-${{ github.ref }}-${{ hashFiles('**') }}
50
50
${{ runner.os }}-go-build-
51
51
52
52
- name : Enable Go modules cache
53
- uses : actions/cache@v3
53
+ uses : actions/cache@v4
54
54
with :
55
55
path : ~/go/pkg/mod
56
56
key : ${{ runner.os }}-go-modules-${{ hashFiles('**/go.sum') }}
You can’t perform that action at this time.
0 commit comments