File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7373 - name : Setup Go
7474 # run this stage only if there are changes that match the includes and not the excludes
7575 if : steps.changed-files.outputs.any_changed == 'true'
76- uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
76+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
7777 with :
7878 go-version-file : ' go.mod'
7979
Original file line number Diff line number Diff line change 6666
6767 - name : Setup Go
6868 if : ${{ steps.upgrade-path-checker.outputs.SHOULD_BE_SKIPPED_BECAUSE_SAME_BRANCH_OR_DOWNGRADE != 'true' }}
69- uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
69+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
7070 with :
7171 go-version-file : ' go.mod'
7272
Original file line number Diff line number Diff line change 5656
5757 - name : Setup Go
5858 if : ${{ steps.operator-image-existence-checker.outputs.OPERATOR_IMAGE_EXISTS == 'true' }}
59- uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
59+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
6060 with :
6161 go-version-file : ' go.mod'
6262
Original file line number Diff line number Diff line change 4646 ref : ${{ github.event.pull_request.head.sha }}
4747
4848 - name : Setup Go
49- uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
49+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
5050 with :
5151 go-version-file : ' go.mod'
5252
Original file line number Diff line number Diff line change 8787 - name : Setup Go
8888 # run this stage only if there are changes that match the includes and not the excludes
8989 if : steps.changed-files.outputs.any_changed == 'true'
90- uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
90+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
9191 with :
9292 go-version-file : ' go.mod'
9393
Original file line number Diff line number Diff line change 6262
6363 - name : Setup Go
6464 if : steps.changed-files.outputs.any_changed == 'true'
65- uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
65+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
6666 with :
6767 go-version-file : ' go.mod'
6868
You can’t perform that action at this time.
0 commit comments