diff --git a/.github/workflows/build_release_candidate.yml b/.github/workflows/build_release_candidate.yml index 53dbf5c285f3..1188e2713e0d 100644 --- a/.github/workflows/build_release_candidate.yml +++ b/.github/workflows/build_release_candidate.yml @@ -452,7 +452,7 @@ jobs: then echo "Must provide an apache password to stage artifacts to https://dist.apache.org/repos/dist/dev/beam/" fi - - uses: actions/setup-go@v6 + - uses: actions/setup-go@v7 with: go-version: '1.26' - name: Import GPG key diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 0a7aa09530a8..769fec766141 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -78,7 +78,7 @@ jobs: - name: Set up Go if: matrix.language == 'go' - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: go-version-file: 'sdks/go.mod' diff --git a/.github/workflows/tour_of_beam_backend.yml b/.github/workflows/tour_of_beam_backend.yml index c61c0607d115..199731cb0aef 100644 --- a/.github/workflows/tour_of_beam_backend.yml +++ b/.github/workflows/tour_of_beam_backend.yml @@ -42,7 +42,7 @@ jobs: working-directory: ./learning/tour-of-beam/backend steps: - uses: actions/checkout@v7 - - uses: actions/setup-go@v6 + - uses: actions/setup-go@v7 with: # pin to the biggest Go version supported by Cloud Functions runtime go-version: '1.16'