|
16 | 16 | env: |
17 | 17 | # ---- Language Versions ---- |
18 | 18 |
|
19 | | - GO_VERSION: "1.24.5" |
20 | 19 | PYTHON_VERSION: "3.13.5" |
21 | 20 | KIND_NODE_IMAGE: "kindest/node:v1.33.1@sha256:050072256b9a903bd914c0b2866828150cb229cea0efe5892e2b644d5dd3b34f" |
22 | 21 | KUBECTL_VERSION: "v1.33.2" |
@@ -189,7 +188,7 @@ jobs: |
189 | 188 | - name: Go Setup |
190 | 189 | uses: actions/setup-go@v5 |
191 | 190 | with: |
192 | | - go-version: ${{ env.GO_VERSION }} |
| 191 | + go-version-file: 'operator/go.mod' |
193 | 192 |
|
194 | 193 | - name: Lint Go Code |
195 | 194 | working-directory: ./${{ matrix.component }} |
@@ -228,7 +227,7 @@ jobs: |
228 | 227 | - name: Go Setup |
229 | 228 | uses: actions/setup-go@v5 |
230 | 229 | with: |
231 | | - go-version: ${{ env.GO_VERSION }} |
| 230 | + go-version-file: 'auto-discovery/kubernetes/go.mod' |
232 | 231 |
|
233 | 232 | - name: Lint Go Code |
234 | 233 | working-directory: ./auto-discovery/kubernetes |
@@ -349,7 +348,7 @@ jobs: |
349 | 348 | - name: Go Setup |
350 | 349 | uses: actions/setup-go@v5 |
351 | 350 | with: |
352 | | - go-version: ${{ env.GO_VERSION }} |
| 351 | + go-version-file: 'auto-discovery/cloud-aws/go.mod' |
353 | 352 |
|
354 | 353 | - name: Lint Go Code |
355 | 354 | working-directory: ./auto-discovery/cloud-aws |
@@ -730,7 +729,7 @@ jobs: |
730 | 729 | - name: Set up Go |
731 | 730 | uses: actions/setup-go@v5 |
732 | 731 | with: |
733 | | - go-version: ${{ env.GO_VERSION }} |
| 732 | + go-version-file: 'scbctl/go.mod' |
734 | 733 |
|
735 | 734 | - name: Run tests |
736 | 735 | working-directory: scbctl |
|
0 commit comments