@@ -122,7 +122,7 @@ jobs:
122
122
- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
123
123
- uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00
124
124
with :
125
- go-version : " 1.24 "
125
+ go-version-file : go.mod
126
126
- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
127
127
with :
128
128
pattern : image-archives-*
@@ -275,7 +275,7 @@ jobs:
275
275
- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
276
276
- uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00
277
277
with :
278
- go-version : " 1.24 "
278
+ go-version-file : go.mod
279
279
- uses : azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4
280
280
if : matrix.integration_test == 'helm-upgrade'
281
281
- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
@@ -305,7 +305,7 @@ jobs:
305
305
- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
306
306
- uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00
307
307
with :
308
- go-version : " 1.24 "
308
+ go-version-file : go.mod
309
309
- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
310
310
with :
311
311
pattern : image-archives-*
@@ -344,7 +344,7 @@ jobs:
344
344
- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
345
345
- uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00
346
346
with :
347
- go-version : " 1.24 "
347
+ go-version-file : go.mod
348
348
- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
349
349
with :
350
350
pattern : image-archives-*
0 commit comments