diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index c8d92d5..74d827a 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go-version: ['1.25', '1.26'] + go-version: ['1.26'] steps: - uses: actions/checkout@v4 - uses: actions/setup-go@v5