54
54
go-version-file : go.mod
55
55
cache-dependency-path : go.sum
56
56
57
- - uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
58
- with :
59
- path : ~/go/pkg/mod
60
- key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
61
-
62
57
- name : Go mod
63
58
run : |
64
59
export PATH=$PATH:$(go env GOPATH)/bin
93
88
go-version-file : go.mod
94
89
cache-dependency-path : go.sum
95
90
96
- - uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
97
- with :
98
- path : ~/go/pkg/mod
99
- key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
100
-
101
91
- name : Install dependences
102
92
run : |
103
93
command -v ginkgo || go install github.com/onsi/ginkgo/ginkgo@latest
@@ -125,11 +115,6 @@ jobs:
125
115
go-version-file : go.mod
126
116
cache-dependency-path : go.sum
127
117
128
- - uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
129
- with :
130
- path : ~/go/pkg/mod
131
- key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
132
-
133
118
- name : Install dependences
134
119
run : |
135
120
command -v ginkgo || go install github.com/onsi/ginkgo/ginkgo@latest
@@ -160,11 +145,6 @@ jobs:
160
145
go-version-file : go.mod
161
146
cache-dependency-path : go.sum
162
147
163
- - uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
164
- with :
165
- path : ~/go/pkg/mod
166
- key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
167
-
168
148
- name : Run build all binaries
169
149
run : make binary
170
150
@@ -184,10 +164,5 @@ jobs:
184
164
# go-version-file: go.mod
185
165
# cache-dependency-path: go.sum
186
166
187
- # - uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
188
- # with:
189
- # path: ~/go/pkg/mod
190
- # key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
191
-
192
167
# - name: Run docker build
193
168
# run: make build-amd64
0 commit comments