Просмотр исходного кода

Force codestyle to use go 1.16+

jamesread 4 лет назад
Родитель
Сommit
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