Skip to content

Commit e66cd42

Browse files
committed
add step to intsall go
Signed-off-by: Zhan Milenkov <[email protected]>
1 parent d7fc89b commit e66cd42

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/zxc-e2e-test.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,9 +163,14 @@ jobs:
163163
version: 3.39.2
164164
repo-token: ${{ secrets.GITHUB_TOKEN }}
165165

166+
- name: Setup Go
167+
uses: actions/setup-go@v5
168+
with:
169+
go-version: '1.22.3'
170+
166171
- name: Install grpcurl
167172
run: |
168-
snap install grpcurl
173+
go install github.com/fullstorydev/grpcurl/cmd/grpcurl@latest
169174
170175
- name: Compile Project
171176
run: task build

0 commit comments

Comments
 (0)