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]
|
on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
codestyle:
|
rcbuild:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|
@ -11,6 +11,8 @@ jobs:
|
||||||
|
|
||||||
- name: Setup Go
|
- name: Setup Go
|
||||||
uses: actions/setup-go@v2
|
uses: actions/setup-go@v2
|
||||||
|
with:
|
||||||
|
go-version: '^1.16.0'
|
||||||
|
|
||||||
- name: grpc
|
- name: grpc
|
||||||
run: make grpc
|
run: make grpc
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue