diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index d202460..75ed42b 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -14,6 +14,8 @@ jobs: - name: Set up Go uses: actions/setup-go@v2 + with: + go-version: '^1.17.6' - name: Build run: go build -v ./...