Skip to content

Commit db91527

Browse files
committed
Use contemporary go install for go-bindata
1 parent 940977a commit db91527

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
@@ -73,7 +73,7 @@ $(TEST_KUBECONFIG):
7373
.PHONY: go-bindata
7474
go-bindata:
7575
ifeq (, $(shell which go-bindata))
76-
GO111MODULE=off go get -u github.com/kevinburke/go-bindata/...
76+
go install github.com/kevinburke/go-bindata/v4/...@latest
7777
endif
7878

7979
.PHONY: clean

0 commit comments

Comments
 (0)