Skip to content

Commit

Permalink
ci: Set up go in the pr integration test workflow (#2367)
Browse files Browse the repository at this point in the history
Signed-off-by: Achal Shah <achals@gmail.com>
  • Loading branch information
achals authored Mar 6, 2022
1 parent e6b5d5a commit a5fbd08
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pr_integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,11 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
architecture: x64
- name: Setup Go
id: setup-go
uses: actions/setup-go@v2
with:
go-version: 1.17.7
- name: Set up gcloud SDK
uses: google-github-actions/setup-gcloud@v0
with:
Expand Down

0 comments on commit a5fbd08

Please sign in to comment.