rc build action fix syntax
This commit is contained in:
parent
a23d5265b8
commit
e37a653655
|
|
@ -12,7 +12,7 @@ jobs:
|
|||
- name: Setup Go
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: '^1.16.0'
|
||||
go-version: '^1.16.0'
|
||||
|
||||
- name: grpc
|
||||
run: make grpc
|
||||
|
|
|
|||
Loading…
Reference in New Issue