Explorar o código

Try to use a more recent version of go

jamesread %!s(int64=4) %!d(string=hai) anos
pai
achega
a23d5265b8
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      .github/workflows/rc-build.yml

+ 3 - 1
.github/workflows/rc-build.yml

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