File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5353
5454 - if : ${{ env.GO_VERSION != '' }}
5555 name : " Init: install go"
56- uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
56+ uses : actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5 .0
5757 with :
5858 go-version : ${{ env.GO_VERSION }}
5959 check-latest : true
Original file line number Diff line number Diff line change 5656
5757 - if : ${{ env.GO_VERSION != '' }}
5858 name : " Init: install go"
59- uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
59+ uses : actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5 .0
6060 with :
6161 go-version : ${{ env.GO_VERSION }}
6262 check-latest : true
Original file line number Diff line number Diff line change 3737 persist-credentials : false
3838
3939 - name : " Init: install go"
40- uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
40+ uses : actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5 .0
4141 with :
4242 go-version : ${{ inputs.go-version }}
4343 check-latest : true
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ jobs:
126126
127127 - if : ${{ env.SHOULD_RUN == 'yes' }}
128128 name : " Init: install go"
129- uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
129+ uses : actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5 .0
130130 with :
131131 go-version : ${{ env.GO_VERSION }}
132132 check-latest : true
Original file line number Diff line number Diff line change 6464
6565 - if : ${{ env.GO_VERSION != '' }}
6666 name : " Init: install go"
67- uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
67+ uses : actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5 .0
6868 with :
6969 go-version : ${{ env.GO_VERSION }}
7070 check-latest : true
Original file line number Diff line number Diff line change 3030 - name : " Set up QEMU"
3131 uses : docker/setup-qemu-action@06116385d9baf250c9f4dcb4858b16962ea869c3 # v4.1.0
3232 - name : " Install go"
33- uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
33+ uses : actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5 .0
3434 with :
3535 go-version : " 1.26"
3636 check-latest : true
Original file line number Diff line number Diff line change 5151 echo "::warning title=No canary go::There is currently no canary go version to test. Steps will not run."
5252 - if : ${{ env.GO_VERSION != '' }}
5353 name : " Install go"
54- uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
54+ uses : actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5 .0
5555 with :
5656 go-version : ${{ env.GO_VERSION }}
5757 check-latest : true
You can’t perform that action at this time.
0 commit comments