Force codestyle to use go 1.16+
This commit is contained in:
parent
1b94e29721
commit
e3f4cd8113
|
|
@ -11,6 +11,8 @@ jobs:
|
|||
|
||||
- name: Setup Go
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: '^1.16.0'
|
||||
|
||||
- name: deps
|
||||
run: make grpc
|
||||
|
|
|
|||
Loading…
Reference in New Issue