diff --git a/Makefile b/Makefile index 3ec70300a..82d790c0a 100644 --- a/Makefile +++ b/Makefile @@ -21,13 +21,12 @@ ci: @if [ "$(TEST_SUITE)" = "linter" ]; then make ci-linter; else make ci-tests; fi ci-tests: - go get -u github.com/go-lintpack/lintpack/... go test -v -race -count=1 -coverprofile=coverage.out ./... ci-linter: - curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | bash -s -- -b ${GOPATH}/bin v1.12.3 + curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | bash -s -- -b ${GOPATH}/bin v1.15.0 golangci-lint run -v - go get -u github.com/Quasilyte/go-consistent + go get github.com/Quasilyte/go-consistent go-consistent ./... cover: