Replace go get with go install stuffbin (Go 1.17 deprecation).
This commit is contained in:
parent
d205f1c19e
commit
623030a0c5
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -30,7 +30,7 @@ STATIC := config.toml.sample \
|
|||
build: $(BIN)
|
||||
|
||||
$(STUFFBIN):
|
||||
go get -u github.com/knadh/stuffbin/...
|
||||
go install github.com/knadh/stuffbin/...
|
||||
|
||||
$(FRONTEND_YARN_MODULES): frontend/package.json frontend/yarn.lock
|
||||
cd frontend && $(YARN) install
|
||||
|
|
Loading…
Add table
Reference in a new issue