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

Use newer lint tools #131

Merged
merged 1 commit into from
Mar 31, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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