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/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 <albert.safin@xored.com>

Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
  • Loading branch information
NSMBot committed Apr 5, 2022
1 parent 6ffe3cb commit fe15b13
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit fe15b13

Please sign in to comment.