From 610bea639526984c929ca87126bd1ec344cef532 Mon Sep 17 00:00:00 2001 From: NSMBot Date: Mon, 20 Feb 2023 09:55:53 +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/ac1a684393c75e73a66cf464d2ec1907a083ebc3 commit ac1a684393c75e73a66cf464d2ec1907a083ebc3 Author: Ruslan Bayandinov <45530296+wazsone@users.noreply.github.com> Date: Mon Feb 20 15:45:37 2023 +0600 minimize scope of disabling revive linter (#114) Signed-off-by: Ruslan Bayandinov Signed-off-by: NSMBot --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 38968dc..f5b8f04 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,7 +18,7 @@ jobs: golangci-lint: uses: networkservicemesh/.github/.github/workflows/golangci-lint.yaml@main with: - linter-version: v1.45.2 + linter-version: v1.51.1 excludeFmtErrorf: uses: networkservicemesh/.github/.github/workflows/exclude-fmt-errorf.yaml@main