Skip to content

Commit 94abfb6

Browse files
authored
Merge branch 'feast-dev:master' into feat/dynamo_db_online_write_read
2 parents 7b98faf + a5fbd08 commit 94abfb6

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.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)