Skip to content

Commit 97bbbf1

Browse files
Disable automatic update of go-bindata in Makefile
1 parent 04e95ed commit 97bbbf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ lambda:
4444
@$(ZIP) data/lambda data/lambda
4545

4646
bindata: lambda
47-
@go get -u github.com/jteeuwen/go-bindata/...
47+
@go get github.com/jteeuwen/go-bindata/...
4848
@go-bindata -modtime $(TIMESTAMP) -nocompress -pkg infrastructure -o infrastructure/bindata.go data/lambda.zip
4949

5050
linux: bindata

0 commit comments

Comments
 (0)