diff --git a/.github/workflows/go-sample-test.yaml b/.github/workflows/go-sample-test.yaml index 65e0bcf40..dfe0a4d1d 100644 --- a/.github/workflows/go-sample-test.yaml +++ b/.github/workflows/go-sample-test.yaml @@ -38,7 +38,7 @@ jobs: - name: Setup Go uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0 with: - go-version: '^1.20.0' + go-version: '1.26.x' - name: Auth uses: google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v3.0.0 with: diff --git a/.github/workflows/integration-emulator.yaml b/.github/workflows/integration-emulator.yaml index 98175cae8..92ce19a7d 100644 --- a/.github/workflows/integration-emulator.yaml +++ b/.github/workflows/integration-emulator.yaml @@ -51,7 +51,7 @@ jobs: - name: Setup Go uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0 with: - go-version: '^1.17.7' + go-version: '1.26.x' - run: go version - uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0 with: diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index c18ca47e9..b3d425d48 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -98,7 +98,7 @@ jobs: - name: Setup Go uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0 with: - go-version: '^1.17.7' + go-version: '1.26.x' - run: go version - uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0 with: