Skip to content

Commit a5fbd08

Browse files
authored
ci: Set up go in the pr integration test workflow (#2367)
Signed-off-by: Achal Shah <achals@gmail.com>
1 parent e6b5d5a commit a5fbd08

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/pr_integration_tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,11 @@ jobs:
103103
with:
104104
python-version: ${{ matrix.python-version }}
105105
architecture: x64
106+
- name: Setup Go
107+
id: setup-go
108+
uses: actions/setup-go@v2
109+
with:
110+
go-version: 1.17.7
106111
- name: Set up gcloud SDK
107112
uses: google-github-actions/setup-gcloud@v0
108113
with:

0 commit comments

Comments
 (0)