Skip to content

Commit

Permalink
Merge pull request #15 from oapi-codegen/renovate/github.com-golangci…
Browse files Browse the repository at this point in the history
…-golangci-lint-1.x

Update module github.com/golangci/golangci-lint to v1.55.2
  • Loading branch information
jamietanna authored Nov 14, 2023
2 parents 9100035 + 0566652 commit 7290e8f
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 @@ -10,7 +10,7 @@ help:
@echo " tidy tidy go mod"

$(GOBIN)/golangci-lint:
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(GOBIN) v1.54.2
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(GOBIN) v1.55.2

.PHONY: tools
tools: $(GOBIN)/golangci-lint
Expand Down

0 comments on commit 7290e8f

Please sign in to comment.