Skip to content

Commit 9a238ae

Browse files
committed
Update release notes markdown for 0.23.0
Signed-off-by: Matt Stratton <[email protected]>
1 parent e867421 commit 9a238ae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ build/docker: build
4646
.PHONY: install release test travis
4747

4848
install:
49-
go get -t -v ./...
49+
#go get -t -v ./...
50+
@dep ensure
5051

5152
test:
5253
gotestcover $(TEST_OPTIONS) -covermode=atomic -coverprofile=coverage.txt $(SOURCE_FILES) -run $(TEST_PATTERN) -timeout=2m

0 commit comments

Comments
 (0)