File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535 ref : ${{ github.event.workflow_run.head_sha || github.sha }}
3636
3737 - name : Set up Go
38- uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6
38+ uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
3939 with :
4040 go-version : ${{ env.GO_VERSION }}
4141 cache-dependency-path : backend/go.sum
Original file line number Diff line number Diff line change 4545 ref : ${{ github.sha }}
4646
4747 - name : Set up Go
48- uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6
48+ uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
4949 with :
5050 go-version : ${{ env.GO_VERSION }}
5151 cache-dependency-path : backend/go.sum
Original file line number Diff line number Diff line change 5757
5858 - name : Setup Go
5959 if : matrix.language == 'go'
60- uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6
60+ uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
6161 with :
6262 go-version : 1.26.0
6363 cache-dependency-path : backend/go.sum
Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ jobs:
142142
143143 - name : Set up Go
144144 if : steps.resolve-image.outputs.image_source == 'build'
145- uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6
145+ uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
146146 with :
147147 go-version : ${{ env.GO_VERSION }}
148148 cache : true
Original file line number Diff line number Diff line change 4545 fi
4646
4747 - name : Set up Go
48- uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6
48+ uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
4949 with :
5050 go-version : ${{ env.GO_VERSION }}
5151 cache-dependency-path : backend/go.sum
You can’t perform that action at this time.
0 commit comments