diff --git a/changelog/unreleased/update-makefile.md b/changelog/unreleased/update-makefile.md new file mode 100644 index 0000000000..89816abd16 --- /dev/null +++ b/changelog/unreleased/update-makefile.md @@ -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 \ No newline at end of file