Skip to content

Commit

Permalink
Remove deprecated flag -d from go get command
Browse files Browse the repository at this point in the history
  • Loading branch information
mengdaming committed Sep 2, 2024
1 parent 218e6d8 commit 8ddb5bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ default: build ;

.PHONY: deps
deps:
@go get -u -t -d ./...
@go get -u -t ./...

.PHONY: lint
lint:
Expand Down

0 comments on commit 8ddb5bf

Please sign in to comment.