This is an automated email from the ASF dual-hosted git repository.

derrickaw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 72d7ae3b414 update tour of beam workflow go version (#39486)
72d7ae3b414 is described below

commit 72d7ae3b414d6dd8a72c1a8d63134efc768d2b1d
Author: Derrick Williams <[email protected]>
AuthorDate: Fri Jul 24 23:29:55 2026 -0400

    update tour of beam workflow go version (#39486)
    
    * update tour workflow go version
    
    * add workflow dispatch
    
    * address comment
---
 .github/workflows/tour_of_beam_backend.yml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/tour_of_beam_backend.yml 
b/.github/workflows/tour_of_beam_backend.yml
index 94bb2ccf54f..f93edc0fd62 100644
--- a/.github/workflows/tour_of_beam_backend.yml
+++ b/.github/workflows/tour_of_beam_backend.yml
@@ -28,6 +28,7 @@ on:
     branches: ['master', 'release-*']
     tags: 'v*'
     paths: ['learning/tour-of-beam/backend/**']
+  workflow_dispatch:
 
 # This allows a subsequently queued workflow run to interrupt previous runs
 concurrency:
@@ -46,8 +47,9 @@ 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'
+          # Pin to the biggest Go version supported by Cloud Run functions 
runtime
+          # Verify here - 
https://docs.cloud.google.com/functions/docs/release-notes 
+          go-version: '1.26'
           cache: false
       - name: Run fmt
         run: |

Reply via email to