Skip to content

Commit

Permalink
bump golangci-lint to 1.50.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ATGardner committed Nov 17, 2022
1 parent 4f5b090 commit c8e21dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -158,4 +158,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.45.2
@curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(GOBIN) v1.50.1

0 comments on commit c8e21dd

Please sign in to comment.