1919 uses : jdx/mise-action@v3
2020
2121 - name : Setup Go with caching
22- uses : actions/setup-go@v5
22+ uses : actions/setup-go@v6
2323 with :
2424 go-version-file : " go.mod"
2525 cache : true
5353 uses : jdx/mise-action@v3
5454
5555 - name : Setup Go with caching
56- uses : actions/setup-go@v5
56+ uses : actions/setup-go@v6
5757 with :
5858 go-version-file : " go.mod"
5959 cache : true
@@ -107,7 +107,7 @@ jobs:
107107 uses : jdx/mise-action@v3
108108
109109 - name : Setup Go with caching
110- uses : actions/setup-go@v5
110+ uses : actions/setup-go@v6
111111 with :
112112 go-version-file : " go.mod"
113113 cache : true
@@ -251,7 +251,7 @@ jobs:
251251 uses : jdx/mise-action@v3
252252
253253 - name : Setup Go with caching
254- uses : actions/setup-go@v5
254+ uses : actions/setup-go@v6
255255 with :
256256 go-version-file : " go.mod"
257257 cache : true
@@ -272,7 +272,7 @@ jobs:
272272 uses : jdx/mise-action@v3
273273
274274 - name : Setup Go with caching
275- uses : actions/setup-go@v5
275+ uses : actions/setup-go@v6
276276 with :
277277 go-version-file : " go.mod"
278278 cache : true
@@ -294,7 +294,7 @@ jobs:
294294 uses : jdx/mise-action@v3
295295
296296 - name : Setup Go with caching
297- uses : actions/setup-go@v5
297+ uses : actions/setup-go@v6
298298 with :
299299 go-version-file : " go.mod"
300300 cache : true
0 commit comments