Skip to content

Commit

Permalink
Use go get instead of go install
Browse files Browse the repository at this point in the history
Fixes #260
  • Loading branch information
rojer committed Sep 9, 2019
1 parent 82573a5 commit d078771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth_server/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ BUILDER_IMAGE ?= golang:1.12.8-alpine
all: build

deps:
go install -v github.com/a-urth/go-bindata/go-bindata
go get -v github.com/a-urth/go-bindata/go-bindata

generate:
go generate \
Expand Down

0 comments on commit d078771

Please sign in to comment.