Skip to content

Commit b3837c1

Browse files
Makefile: update go-bindata repo/version used for install
The version that's checked into source code uses kevinburke/go-bindata, recommend it in the Makefile and regenerate data/data.go using the most recent version. (There are no code changes, just layout changes).
1 parent 3a43a32 commit b3837c1

File tree

2 files changed

+42
-49
lines changed

2 files changed

+42
-49
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ $(TEST_KUBECONFIG):
7272
.PHONY: go-bindata
7373
go-bindata:
7474
ifeq (, $(shell which go-bindata))
75-
GO111MODULE=off go get -u github.com/go-bindata/go-bindata/...
75+
GO111MODULE=off go get -u github.com/kevinburke/go-bindata/...
7676
endif
7777

7878
.PHONY: clean

data/data.go

Lines changed: 41 additions & 48 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)