Переглянути джерело

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