This is an automated email from the ASF dual-hosted git repository. derrickaw pushed a commit to branch 20260724_updateTourGoVersion in repository https://gitbox.apache.org/repos/asf/beam.git
commit b9413984bb6eb449c9de13bb49ee491130ab130a Author: Derrick Williams <[email protected]> AuthorDate: Fri Jul 24 16:07:41 2026 +0000 update tour workflow go version --- .github/workflows/tour_of_beam_backend.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/tour_of_beam_backend.yml b/.github/workflows/tour_of_beam_backend.yml index 94bb2ccf54f..6a6b5223498 100644 --- a/.github/workflows/tour_of_beam_backend.yml +++ b/.github/workflows/tour_of_beam_backend.yml @@ -46,8 +46,7 @@ jobs: persist-credentials: false - uses: actions/setup-go@v7 with: - # pin to the biggest Go version supported by Cloud Functions runtime - go-version: '1.16' + go-version: '1.26.0' cache: false - name: Run fmt run: |
