Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build_release_candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tour_of_beam_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
Loading