File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 3030 with :
3131 go-version : ${{ env.GO_VERSION }}
3232
33-
3433 - name : generate bindata
3534 run : make dashboard-dep-install cli-dep-install dashboard-bindata-gen cli-bindata-gen
3635
Original file line number Diff line number Diff line change 3030 with :
3131 go-version : ${{ env.GO_VERSION }}
3232
33+ - name : generate bindata
34+ run : make dashboard-dep-install cli-dep-install dashboard-bindata-gen cli-bindata-gen
35+
3336 - name : go mod vendor
3437 run : go mod vendor
3538
Original file line number Diff line number Diff line change 2727 with :
2828 go-version : ${{ env.GO_VERSION }} # The Go version to download (if necessary) and use.
2929
30+ - name : generate bindata
31+ run : make dashboard-dep-install cli-dep-install dashboard-bindata-gen cli-bindata-gen
32+
3033 - name : generate bindata
3134 run : make dashboard-bindata-gen cli-bindata-gen
3235
You can’t perform that action at this time.
0 commit comments