File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4141 rm -f go.work go.work.sum || true
4242
4343 - name : Set up Go
44- uses : actions/setup-go@v5
44+ uses : actions/setup-go@v6
4545 with :
4646 go-version : ' ^1.25'
4747 check-latest : true
Original file line number Diff line number Diff line change 5151 contents : read
5252 steps :
5353 - uses : actions/checkout@v5
54- - uses : actions/setup-go@v5
54+ - uses : actions/setup-go@v6
5555 with :
5656 go-version : ${{ env.GO_VERSION }}
5757 check-latest : true
8888 name : BDD ${{ matrix.module }}
8989 steps :
9090 - uses : actions/checkout@v5
91- - uses : actions/setup-go@v5
91+ - uses : actions/setup-go@v6
9292 with :
9393 go-version : ${{ env.GO_VERSION }}
9494 check-latest : true
Original file line number Diff line number Diff line change 2323 uses : actions/checkout@v5
2424
2525 - name : Set up Go
26- uses : actions/setup-go@v5
26+ uses : actions/setup-go@v6
2727 with :
2828 go-version : ${{ env.GO_VERSION }}
2929 check-latest : true
7373 uses : actions/checkout@v5
7474
7575 - name : Set up Go
76- uses : actions/setup-go@v5
76+ uses : actions/setup-go@v6
7777 with :
7878 go-version : ${{ env.GO_VERSION }}
7979 check-latest : true
@@ -125,7 +125,7 @@ jobs:
125125 steps :
126126 - uses : actions/checkout@v5
127127
128- - uses : actions/setup-go@v5
128+ - uses : actions/setup-go@v6
129129 with :
130130 go-version : ${{ env.GO_VERSION }}
131131 cache-dependency-path : go.sum
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ jobs:
118118 uses : actions/checkout@v5
119119
120120 - name : Set up Go
121- uses : actions/setup-go@v5
121+ uses : actions/setup-go@v6
122122 with :
123123 go-version : ${{ env.GO_VERSION }}
124124 check-latest : true
@@ -161,7 +161,7 @@ jobs:
161161 uses : actions/checkout@v5
162162
163163 - name : Set up Go
164- uses : actions/setup-go@v5
164+ uses : actions/setup-go@v6
165165 with :
166166 go-version : ${{ env.GO_VERSION }}
167167 cache : true
Original file line number Diff line number Diff line change 3232 fetch-depth : 0
3333
3434 - name : Set up Go
35- uses : actions/setup-go@v5
35+ uses : actions/setup-go@v6
3636 with :
3737 go-version : ${{ env.GO_VERSION }}
3838 check-latest : true
Original file line number Diff line number Diff line change 3030
3131 # Setup Go environment for modular framework development and testing
3232 - name : Setup Go
33- uses : actions/setup-go@v5
33+ uses : actions/setup-go@v6
3434 with :
3535 go-version : ' ^1.25'
3636 cache-dependency-path : go.sum
Original file line number Diff line number Diff line change 3939 uses : actions/checkout@v5
4040
4141 - name : Set up Go
42- uses : actions/setup-go@v5
42+ uses : actions/setup-go@v6
4343 with :
4444 go-version : ${{ env.GO_VERSION }}
4545 check-latest : true
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ jobs:
141141 echo "No relevant changes for module ${MODULE}; creating no-op output markers and exiting."; exit 0; fi
142142 - name : Set up Go
143143 if : steps.skipcheck.outputs.changed == 'true'
144- uses : actions/setup-go@v5
144+ uses : actions/setup-go@v6
145145 with :
146146 go-version : ' ^1.25'
147147 check-latest : true
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ jobs:
103103 uses : actions/checkout@v5
104104
105105 - name : Set up Go
106- uses : actions/setup-go@v5
106+ uses : actions/setup-go@v6
107107 with :
108108 go-version : ${{ env.GO_VERSION }}
109109 check-latest : true
@@ -156,7 +156,7 @@ jobs:
156156 uses : actions/checkout@v5
157157
158158 - name : Set up Go
159- uses : actions/setup-go@v5
159+ uses : actions/setup-go@v6
160160 with :
161161 go-version : ${{ env.GO_VERSION }}
162162 check-latest : true
@@ -194,7 +194,7 @@ jobs:
194194 steps :
195195 - uses : actions/checkout@v5
196196
197- - uses : actions/setup-go@v5
197+ - uses : actions/setup-go@v6
198198 with :
199199 go-version : ${{ env.GO_VERSION }}
200200 cache-dependency-path : modules/${{ matrix.module }}/go.sum
Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ jobs:
170170 with :
171171 fetch-depth : 0
172172 - name : Set up Go
173- uses : actions/setup-go@v5
173+ uses : actions/setup-go@v6
174174 with :
175175 go-version : ' ^1.25'
176176 check-latest : true
@@ -274,7 +274,7 @@ jobs:
274274 with :
275275 fetch-depth : 0
276276 - name : Set up Go
277- uses : actions/setup-go@v5
277+ uses : actions/setup-go@v6
278278 with :
279279 go-version : ' ^1.25'
280280 check-latest : true
@@ -340,7 +340,7 @@ jobs:
340340 with :
341341 fetch-depth : 0
342342 - name : Set up Go
343- uses : actions/setup-go@v5
343+ uses : actions/setup-go@v6
344344 with :
345345 go-version : ' ^1.25'
346346 check-latest : true
You can’t perform that action at this time.
0 commit comments