diff --git a/.github/workflows/integration-tests-smoke.yml b/.github/workflows/integration-tests-smoke.yml index a3c2c6b62..edbfbed58 100644 --- a/.github/workflows/integration-tests-smoke.yml +++ b/.github/workflows/integration-tests-smoke.yml @@ -31,7 +31,7 @@ jobs: - name: Setup go uses: actions/setup-go@v3 with: - go-version-file: "go.mod" + go-version-file: "./integration-tests/go.mod" check-latest: true cache: true - run: cd ./integration-tests && go test -run=xxx ./... diff --git a/.github/workflows/integration-tests-soak.yml b/.github/workflows/integration-tests-soak.yml index 4c11b05d0..fc132d6ae 100644 --- a/.github/workflows/integration-tests-soak.yml +++ b/.github/workflows/integration-tests-soak.yml @@ -57,7 +57,7 @@ jobs: - name: Setup go uses: actions/setup-go@v3 with: - go-version-file: "go.mod" + go-version-file: "./integration-tests/go.mod" check-latest: true cache: true - run: cd ./integration-tests && go test -run=xxx ./...