mirror of
https://github.com/jimeh/go-render.git
synced 2026-02-18 19:06:39 +00:00
fix(makefile): update golangci-lint import path to v2 module (#13)
Use correct import path for golangci-lint v2 so that `make lint` works.
This commit is contained in:
2
Makefile
2
Makefile
@@ -45,7 +45,7 @@ endef
|
|||||||
$(eval $(call tool,godoc,golang.org/x/tools/cmd/godoc@latest))
|
$(eval $(call tool,godoc,golang.org/x/tools/cmd/godoc@latest))
|
||||||
$(eval $(call tool,gofumpt,mvdan.cc/gofumpt@latest))
|
$(eval $(call tool,gofumpt,mvdan.cc/gofumpt@latest))
|
||||||
$(eval $(call tool,goimports,golang.org/x/tools/cmd/goimports@latest))
|
$(eval $(call tool,goimports,golang.org/x/tools/cmd/goimports@latest))
|
||||||
$(eval $(call tool,golangci-lint,github.com/golangci/golangci-lint/cmd/golangci-lint@v2.1.6))
|
$(eval $(call tool,golangci-lint,github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.1))
|
||||||
$(eval $(call tool,gomod,github.com/Helcaraxan/gomod@latest))
|
$(eval $(call tool,gomod,github.com/Helcaraxan/gomod@latest))
|
||||||
|
|
||||||
.PHONY: tools
|
.PHONY: tools
|
||||||
|
|||||||
Reference in New Issue
Block a user