Skip to content

Commit

Permalink
Makefile: remove go get -u (go-critic#815)
Browse files Browse the repository at this point in the history
  • Loading branch information
cristaloleg authored and quasilyte committed Feb 28, 2019
1 parent fc92fdb commit 3e7bab0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3e7bab0

Please sign in to comment.