From 1e88454bf3b95072b3be932923aead1b24d3b351 Mon Sep 17 00:00:00 2001 From: Network Service Mesh Bot <60070799+nsmbot@users.noreply.github.com> Date: Mon, 11 Jan 2021 00:35:12 -0600 Subject: [PATCH] Update from update/networkservicemesh/cmd-template --- .github/workflows/ci.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b67c6190..7b56dee3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -49,10 +49,12 @@ jobs: steps: - name: Check out code into the Go module directory uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: golangci-lint uses: golangci/golangci-lint-action@v2 with: - version: v1.34.0 + version: v1.35.0 excludeFmtErrorf: name: exclude fmt.Errorf