Skip to content
This repository was archived by the owner on Sep 7, 2021. It is now read-only.

Commit e2cb6a2

Browse files
author
Aurelien Hebert
committed
feat(build): improve init
1 parent 32514e1 commit e2cb6a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ all: dep format lint release
2828

2929
.PHONY: init
3030
init:
31-
curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
32-
go get -u github.com/golangci/golangci-lint/cmd/golangci-lint
31+
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(GOPATH)/bin v1.17.1
3332
.PHONY: dep
3433
dep:
34+
curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
3535
dep ensure -v
3636

3737
.PHONY: clean

0 commit comments

Comments
 (0)