Try to use a more recent version of go
This commit is contained in:
parent
850fe8d704
commit
a23d5265b8
|
|
@ -3,7 +3,7 @@ name: "RC Build"
|
|||
on: [push]
|
||||
|
||||
jobs:
|
||||
codestyle:
|
||||
rcbuild:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
|
@ -11,6 +11,8 @@ jobs:
|
|||
|
||||
- name: Setup Go
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: '^1.16.0'
|
||||
|
||||
- name: grpc
|
||||
run: make grpc
|
||||
|
|
|
|||
Loading…
Reference in New Issue