Skip to content

Commit

Permalink
fix: Use versioned go-bindata install
Browse files Browse the repository at this point in the history
  • Loading branch information
drklee3 committed Apr 15, 2024
1 parent 63f9a48 commit 6097dce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ endif

ifeq (, $(shell which go-bindata))
@echo "Installing go-bindata..."
@go get github.com/kevinburke/go-bindata/go-bindata
@go get github.com/kevinburke/go-bindata/v4
else
@echo "go-bindata already installed; skipping..."
endif
Expand Down

0 comments on commit 6097dce

Please sign in to comment.