Skip to content

Commit b1fe6d9

Browse files
vrothbergmheon
authored andcommitted
bump golangci-lint
Fixes: golangci/golangci-lint#658 Signed-off-by: Valentin Rothberg <[email protected]>
1 parent 2c4c7b6 commit b1fe6d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ endef
479479

480480
.install.golangci-lint: .gopathok
481481
if [ ! -x "$(GOBIN)/golangci-lint" ]; then \
482-
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(GOBIN)/ v1.17.1; \
482+
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(GOBIN)/ v1.18.0; \
483483
fi
484484

485485
.install.md2man: .gopathok

0 commit comments

Comments
 (0)