diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 51fbc77..1eddb81 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,11 +21,11 @@ permissions: contents: read env: - GO_VERSION: '1.23' + GO_VERSION: '1.25' jobs: test: - name: Test Suite (${{ matrix.os }}, go=${{ env.GO_VERSION }}) + name: Test Suite (${{ matrix.os }}) runs-on: ${{ matrix.os }} strategy: fail-fast: false @@ -173,7 +173,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: '3.12' + python-version: '3.11' - name: Install pytest and dependencies run: pip install pytest requests httprunner