From 4e60ccffaf689bd617d284e9053f3ae76ca359e2 Mon Sep 17 00:00:00 2001 From: NSMBot Date: Wed, 14 Sep 2022 16:17:21 +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/967c33f5c00283d684e0a97fd5ece54b6fb99c8a commit 967c33f5c00283d684e0a97fd5ece54b6fb99c8a Author: Nikita Skrynnik <93182827+NikitaSkrynnik@users.noreply.github.com> Date: Wed Sep 14 22:14:19 2022 +0700 change linter version (#107) Signed-off-by: Nikita Skrynnik Signed-off-by: Nikita Skrynnik Signed-off-by: NSMBot --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2a6f1d6..38968dc 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,6 +17,8 @@ jobs: golangci-lint: uses: networkservicemesh/.github/.github/workflows/golangci-lint.yaml@main + with: + linter-version: v1.45.2 excludeFmtErrorf: uses: networkservicemesh/.github/.github/workflows/exclude-fmt-errorf.yaml@main