From dcb05169b35edbb0a263f48189358ee5f9dc331b Mon Sep 17 00:00:00 2001 From: NSMBot Date: Tue, 5 Apr 2022 21:12:49 +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/2d384cbd5fd350c1676480786b33e222004779f0 commit 2d384cbd5fd350c1676480786b33e222004779f0 Author: xzfc <5121426+xzfc@users.noreply.github.com> Date: Tue Apr 5 21:05:49 2022 +0000 Update golangci-lint-action to v3 (#96) Signed-off-by: Albert Safin Signed-off-by: NSMBot --- .github/workflows/ci.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 560e4f9..b23e259 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -52,8 +52,12 @@ jobs: uses: actions/checkout@v2 with: fetch-depth: 0 + - name: Setup Go + uses: actions/setup-go@v1 + with: + go-version: 1.16 - name: golangci-lint - uses: golangci/golangci-lint-action@v2 + uses: golangci/golangci-lint-action@v3 with: version: v1.35.0