Skip to content

Commit 665aba5

Browse files
loresusoalacuku
authored andcommitted
update: bump linter version
Signed-off-by: Lorenzo Susini <[email protected]> Co-authored-by: Aldo Lacuku <[email protected]>
1 parent 70f331d commit 665aba5

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.golangci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ linters:
6565
enable:
6666
- asciicheck
6767
- bodyclose
68-
- deadcode
6968
- depguard
7069
- dogsled
7170
- dupl
@@ -105,14 +104,12 @@ linters:
105104
- revive
106105
- rowserrcheck
107106
- staticcheck
108-
- structcheck
109107
- stylecheck
110108
# - testpackage
111109
- typecheck
112110
- unconvert
113111
- unparam
114112
- unused
115-
- varcheck
116113
- whitespace
117114
# - wsl
118115

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ fmt: gci addlicense
5959
# Install golangci-lint if not available
6060
golangci-lint:
6161
ifeq (, $(shell which golangci-lint))
62-
@go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.48
62+
@go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.50.1
6363
GOLANGCILINT=$(GOBIN)/golangci-lint
6464
else
6565
GOLANGCILINT=$(shell which golangci-lint)

0 commit comments

Comments
 (0)