diff --git a/.github/workflows/ec-integration.yml b/.github/workflows/ec-integration.yml index 31e709647..285c4be1f 100644 --- a/.github/workflows/ec-integration.yml +++ b/.github/workflows/ec-integration.yml @@ -28,7 +28,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v6 with: - go-version: '1.24' + go-version-file: 'go.mod' - name: Build weed binary run: |