Skip to content

Commit

Permalink
fix: fix linting issue and bump up golangci-lint version
Browse files Browse the repository at this point in the history
  • Loading branch information
pratikjagrut authored and lizardruss committed Sep 12, 2022
1 parent 092aab7 commit 294d413
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,13 @@ jobs:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
- uses: actions/setup-go@v3
with:
go-version: 1.18
- uses: actions/checkout@v3
- name: Run golangci-lint
uses: golangci/[email protected]
with:
version: v1.29
args:
-v
--config=.golangci.yml
Expand Down

0 comments on commit 294d413

Please sign in to comment.