Upgrade golangci-lint (#606)

* Upgrade golangci-lint to 1.49

* Remove deprecated linters
This commit is contained in:
Håvard Anda Estensen 2022-08-29 06:08:07 +02:00 committed by GitHub
parent 3b0c5f75f8
commit 82e0422a49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

View File

@ -50,7 +50,7 @@ jobs:
if: matrix.os == 'ubuntu-20.04'
uses: golangci/golangci-lint-action@v3
with:
version: v1.48
version: v1.49
- name: Test win
if: matrix.os == 'windows-2022'

View File

@ -10,7 +10,6 @@ linters:
# - wastedassign # go1.18
# - thelper
- gofmt
- deadcode
- errcheck
- gosimple
- govet
@ -18,7 +17,6 @@ linters:
- staticcheck
# - structcheck # go1.18
- unused
- varcheck
# - gocritic
- bodyclose # go1.18
- gosec