Skip to content

Commit 79fc468

Browse files
authored
update golangci-lint to 1.52.2 (#691)
1 parent 849edd7 commit 79fc468

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION=v0.1.44
1+
VERSION=v0.1.45
22

33
OUT_DIR=dist
44
YEAR?=$(shell date +"%Y")
@@ -176,4 +176,4 @@ $(GOBIN)/mockgen:
176176
$(GOBIN)/golangci-lint:
177177
@mkdir dist || true
178178
@echo installing: golangci-lint
179-
@curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(GOBIN) v1.50.1
179+
@curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(GOBIN) v1.52.2

0 commit comments

Comments
 (0)