File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3535 path : ./bin/
3636 key : binaries
3737 - name : Setup Golang
38- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
38+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
3939 with :
4040 go-version : " ${{ env.GO_VERSION }}"
4141 - name : Install envtest
5656 - name : Checkout
5757 uses : actions/checkout@v4
5858 - name : Setup Golang
59- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
59+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
6060 with :
6161 go-version : " ${{ env.GO_VERSION }}"
6262 - name : Generate manifests
7070 runs-on : ubuntu-latest
7171 steps :
7272 - uses : actions/checkout@v4
73- - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
73+ - uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
7474 with :
7575 go-version : " ${{ env.GO_VERSION }}"
7676 cache : false
Original file line number Diff line number Diff line change 2727 run : git fetch --force --tags
2828
2929 - name : Set up Go
30- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
30+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
3131 with :
3232 go-version : " ${{ env.GO_VERSION }}"
3333
You can’t perform that action at this time.
0 commit comments