From 0fcc94d94fc2a6827065a7334a732c5ed7ad93d9 Mon Sep 17 00:00:00 2001 From: NSMBot Date: Mon, 11 Jan 2021 06:32:05 +0000 Subject: [PATCH] Sync files with networkservicemesh/cmd-template This PR syncs files with https://github.com/networkservicemesh/cmd-template Revision: https://github.com/networkservicemesh/cmd-template/commits/41f0832243401cd2c0ea0cf403f11ec27950938d commit 41f0832243401cd2c0ea0cf403f11ec27950938d Author: Denis Tingaikin <49399980+denis-tingaikin@users.noreply.github.com> Date: Mon Jan 11 13:30:47 2021 +0700 fix: golangci check fails on the master/main branches (#58) Signed-off-by: Denis Tingaikin Signed-off-by: NSMBot --- .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 b67c619..7b56dee 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