Browse Source

Force codestyle to use go 1.16+

jamesread 4 năm trước cách đây
mục cha
commit
e3f4cd8113
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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