Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
Use newer lint tools
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Hiltgen committed Mar 31, 2022
1 parent ba85acc commit 49746f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,9 @@ jobs:
- name: Check-out code
uses: actions/checkout@v2
- name: Lint
uses: golangci/golangci-lint-action@v2
uses: golangci/golangci-lint-action@v3
with:
version: v1.29
version: v1.45

build:
runs-on: ubuntu-latest
Expand Down
3 changes: 1 addition & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,10 @@ linters:
- errcheck
# - gofmt
- goimports
- golint
- revive
- gosimple
- govet
- ineffassign
- interfacer
- nakedret
- misspell
- staticcheck
Expand Down

0 comments on commit 49746f8

Please sign in to comment.