This commit is contained in:
parent
09c4f13f2c
commit
2d962d18d2
16 changed files with 520 additions and 89 deletions
2
Makefile
2
Makefile
|
@ -164,7 +164,7 @@ apply:
|
|||
## Install go tools
|
||||
install-go-tools:
|
||||
@echo Installing go tools
|
||||
$(GO) install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.51.1
|
||||
$(GO) install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.59.1
|
||||
$(GO) install gotest.tools/gotestsum@v1.7.0
|
||||
|
||||
## Runs eslint and golangci-lint
|
||||
|
|
Reference in a new issue