Try to use a more recent version of go

This commit is contained in:
jamesread 2021-11-04 10:56:39 +00:00
parent 850fe8d704
commit a23d5265b8
1 changed files with 3 additions and 1 deletions

View File

@ -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