Skip to content

Commit

Permalink
update golangci-lint to 1.52.2 (#691)
Browse files Browse the repository at this point in the history
  • Loading branch information
ATGardner authored Apr 24, 2023
1 parent 849edd7 commit 79fc468
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=v0.1.44
VERSION=v0.1.45

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

0 comments on commit 79fc468

Please sign in to comment.