From e3f4cd81138e6504d284ceb54649cdffd94cede7 Mon Sep 17 00:00:00 2001 From: jamesread Date: Mon, 15 Nov 2021 21:59:09 +0000 Subject: [PATCH] Force codestyle to use go 1.16+ --- .github/workflows/codestyle.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/codestyle.yml b/.github/workflows/codestyle.yml index 0cf8204c..969c63d0 100644 --- a/.github/workflows/codestyle.yml +++ b/.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