Skip to content

Commit

Permalink
Fix for linter issue on release/0.9 branch (#1385)
Browse files Browse the repository at this point in the history
Signed-off-by: Ameya Gawde <[email protected]>
  • Loading branch information
ameyag authored May 2, 2022
1 parent fc4f38d commit 9c3e34e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,14 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '^1.15.0'
go-version: '1.17.8'

- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
version: v1.42.1 # Has fixes for stylecheck configuration https://github.com/golangci/golangci-lint/pull/2017/files
args: --timeout=5m -v
skip-go-installation: true
only-new-issues: true

verify-main-vendor:
Expand Down

0 comments on commit 9c3e34e

Please sign in to comment.