소스 검색

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