diff --git a/.github/workflows/tour_of_beam_backend.yml b/.github/workflows/tour_of_beam_backend.yml index 94bb2ccf54fc..f93edc0fd625 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: |