diff --git a/.github/workflows/go-sample-test.yaml b/.github/workflows/go-sample-test.yaml index 0ccb6d552b..e739ca3f94 100644 --- a/.github/workflows/go-sample-test.yaml +++ b/.github/workflows/go-sample-test.yaml @@ -36,7 +36,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v7 with: - go-version: '^1.20.0' + go-version: '1.26.x' - name: Auth uses: google-github-actions/auth@v3 with: diff --git a/.github/workflows/integration-emulator.yaml b/.github/workflows/integration-emulator.yaml index 8a17d53734..eca95eff97 100644 --- a/.github/workflows/integration-emulator.yaml +++ b/.github/workflows/integration-emulator.yaml @@ -49,7 +49,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v7 with: - go-version: '^1.17.7' + go-version: '1.26.x' - run: go version - uses: actions/setup-python@v7 with: diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index d73c5fa83a..f126cf86b8 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -94,7 +94,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v7 with: - go-version: '^1.17.7' + go-version: '1.26.x' - run: go version - uses: actions/setup-python@v7 with: