File tree 2 files changed +7
-0
lines changed
2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 16
16
uses : actions/setup-go@v4
17
17
with :
18
18
go-version-file : ' go.mod'
19
+ check-latest : true
19
20
- name : Run GoReleaser
20
21
uses : goreleaser/goreleaser-action@v4
21
22
with :
Original file line number Diff line number Diff line change 23
23
uses : actions/setup-go@v4
24
24
with :
25
25
go-version-file : ' go.mod'
26
+ check-latest : true
26
27
- name : generating documentation
27
28
run : cd documentation/gen && go run .
28
29
- name : changes
39
40
uses : actions/setup-go@v4
40
41
with :
41
42
go-version-file : ' go.mod'
43
+ check-latest : true
42
44
- uses : actions/cache@v2
43
45
with :
44
46
path : |
61
63
uses : actions/setup-go@v4
62
64
with :
63
65
go-version-file : ' go.mod'
66
+ check-latest : true
64
67
- uses : actions/cache@v2
65
68
with :
66
69
path : |
84
87
uses : actions/setup-go@v4
85
88
with :
86
89
go-version-file : ' go.mod'
90
+ check-latest : true
87
91
- uses : actions/cache@v2
88
92
with :
89
93
path : |
@@ -106,6 +110,7 @@ jobs:
106
110
uses : actions/setup-go@v4
107
111
with :
108
112
go-version-file : ' go.mod'
113
+ check-latest : true
109
114
- uses : actions/cache@v2
110
115
with :
111
116
path : |
@@ -133,6 +138,7 @@ jobs:
133
138
uses : actions/setup-go@v4
134
139
with :
135
140
go-version-file : ' go.mod'
141
+ check-latest : true
136
142
- uses : actions/cache@v2
137
143
with :
138
144
path : |
You can’t perform that action at this time.
0 commit comments