diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index bcebdd6..611245e 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -10,9 +10,6 @@ on: jobs: test: - strategy: - matrix: - go: ['1.22', '1.21', '1.20', '1.19', '1.18'] runs-on: ubuntu-latest steps: - name: Checkout @@ -32,7 +29,7 @@ jobs: - name: Install Go uses: actions/setup-go@v5 with: - go-version: ${{ matrix.go }} + go-version-file: go.mod - name: Prepare env run: cp integration-test/.example.env integration-test/.env