diff --git a/.github/workflows/e2e-tests.yaml b/.github/workflows/e2e-tests.yaml index 1ac34d1..fa7ef89 100644 --- a/.github/workflows/e2e-tests.yaml +++ b/.github/workflows/e2e-tests.yaml @@ -52,7 +52,7 @@ jobs: - name: Install Go uses: actions/setup-go@v5 with: - go-version: '1.21' + go-version-file: go.mod - name: Generate Matrix id: set-matrix @@ -79,7 +79,7 @@ jobs: - name: Install Go uses: actions/setup-go@v5 with: - go-version: '1.21' + go-version-file: go.mod - name: Download Tarball Artifact uses: actions/download-artifact@v4