From 968c0cc87404f3700771095d00ff78042c731198 Mon Sep 17 00:00:00 2001 From: KarthikSundar2002 Date: Tue, 19 Apr 2022 21:17:19 +0530 Subject: [PATCH] Adds Changelog --- changelog/unreleased/update-makefile.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 changelog/unreleased/update-makefile.md 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