@@ -122,7 +122,7 @@ jobs:
122122 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
123123 - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00
124124 with :
125- go-version : " 1.24 "
125+ go-version-file : go.mod
126126 - uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
127127 with :
128128 pattern : image-archives-*
@@ -275,7 +275,7 @@ jobs:
275275 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
276276 - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00
277277 with :
278- go-version : " 1.24 "
278+ go-version-file : go.mod
279279 - uses : azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4
280280 if : matrix.integration_test == 'helm-upgrade'
281281 - uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
@@ -305,7 +305,7 @@ jobs:
305305 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
306306 - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00
307307 with :
308- go-version : " 1.24 "
308+ go-version-file : go.mod
309309 - uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
310310 with :
311311 pattern : image-archives-*
@@ -344,7 +344,7 @@ jobs:
344344 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
345345 - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00
346346 with :
347- go-version : " 1.24 "
347+ go-version-file : go.mod
348348 - uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
349349 with :
350350 pattern : image-archives-*
0 commit comments