Skip to content

Commit

Permalink
Sync files with networkservicemesh/cmd-template
Browse files Browse the repository at this point in the history
This PR syncs files with https://github.com/networkservicemesh/cmd-template

Revision: https://github.com/networkservicemesh/cmd-template/commits/28f8df568896e8795d3210983fe5eac97c8891f3

commit 28f8df568896e8795d3210983fe5eac97c8891f3
Author: Ruslan Bayandinov <45530296+wazsone@users.noreply.github.com>
Date:   Tue Feb 14 19:12:06 2023 +0600

    update linter (#112)

    Signed-off-by: Ruslan Bayandinov <wazsone@ya.ru>

Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
  • Loading branch information
NSMBot committed Feb 14, 2023
1 parent 14ae390 commit 438deb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Get tag
run: |
branch=${{github.event.workflow_run.head_branch}}
echo '::set-output name=tag::'${branch#release/}
echo 'tag=${branch#release/}' >> $GITHUB_OUTPUT
id: get-tag-step

check-gomod-deps:
Expand Down

0 comments on commit 438deb2

Please sign in to comment.