Skip to content

Commit

Permalink
Merge pull request #259 from jiriproX/fix_golangci_lint_bump
Browse files Browse the repository at this point in the history
Bump golangci-lint in Makefile as well
  • Loading branch information
adrianchiris authored May 16, 2023
2 parents 77c66ac + 41f97c1 commit c1faa08
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 @@ -63,7 +63,7 @@ $(BUILDDIR)/$(BINARY_NAME): $(GOFILES) | $(BUILDDIR)

GOLANGCILINT = $(GOBIN)/golangci-lint
$(GOLANGCILINT): | $(BASE) ; $(info Installing golangci-lint...)
$Q go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.45
$Q go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.52.2

GOCOVMERGE = $(GOBIN)/gocovmerge
$(GOCOVMERGE): | $(BASE) ; $(info Building gocovmerge...)
Expand Down

0 comments on commit c1faa08

Please # to comment.