-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Update make commands to use go install for packages (#2747)
- Loading branch information
1 parent
8b95ed7
commit d140810
Showing
2 changed files
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Bugfix: Updates Makefile according to latest go standards | ||
|
||
Earlier, we were using go get to install packages. | ||
Now, we are using go install to install packages | ||
|
||
https://github.com/cs3org/reva/issues/2675 | ||
https://github.com/cs3org/reva/pull/2747 |