Skip to content

Commit

Permalink
fix(golangci): update golangci-lint version
Browse files Browse the repository at this point in the history
goimports goes crazy and removes some of the dependancies that are needed
as result code become broken
This issue is fixed on 1.52.2
  • Loading branch information
Dmitry Kropachev committed May 20, 2023
1 parent 9b4c661 commit 5b102d3
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 @@ -20,7 +20,7 @@ define dl_tgz
fi
endef

$(GOBIN)/golangci-lint: GOLANGCI_VERSION = 1.51.1
$(GOBIN)/golangci-lint: GOLANGCI_VERSION = 1.52.2
$(GOBIN)/golangci-lint: Makefile
$(call dl_tgz,golangci-lint,https://github.com/golangci/golangci-lint/releases/download/v$(GOLANGCI_VERSION)/golangci-lint-$(GOLANGCI_VERSION)-$(GOOS)-amd64.tar.gz)

Expand Down

0 comments on commit 5b102d3

Please sign in to comment.