Skip to content

Commit e3a37f7

Browse files
committedSep 9, 2019
fix deps target
1 parent fa60383 commit e3a37f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ build: ## Build the binary.
1010
go build -ldflags "-X github.com/netlify/git-gateway/cmd.Version=`git rev-parse HEAD`"
1111

1212
deps: ## Install dependencies.
13-
@go get -u github.com/golang/lint/golint
13+
@go get -u golang.org/x/lint/golint
1414
@go mod download
1515

1616
image: ## Build the Docker image.

0 commit comments

Comments
 (0)
Please sign in to comment.