Skip to content

Commit

Permalink
Replace discontinued golint with revive (#21)
Browse files Browse the repository at this point in the history
Signed-off-by: Timofey Ilinykh <timofey.ilinykh@absa.africa>
  • Loading branch information
Timofey Ilinykh committed Nov 6, 2021
1 parent cf82fc7 commit 06a96e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Lint
name: Lint

on:
pull_request:
Expand All @@ -14,5 +14,5 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
version: v1.29
version: v1.43.0
args: --timeout=2m30s
2 changes: 1 addition & 1 deletion .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ linters:
- gocritic
- gocyclo
- goimports
- golint
- revive
- gosec
- gosimple
- govet
Expand Down

0 comments on commit 06a96e5

Please sign in to comment.