Преглед изворни кода

Force codestyle to use go 1.16+

jamesread пре 4 година
родитељ
комит
e3f4cd8113
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      .github/workflows/codestyle.yml

+ 2 - 0
.github/workflows/codestyle.yml

@@ -11,6 +11,8 @@ jobs:
 
       - name: Setup Go
         uses: actions/setup-go@v2
+        with: 
+          go-version: '^1.16.0'
 
       - name: deps
         run: make grpc