github.com/cs3org/reva/v2@v2.27.7/changelog/2.3.0_2022-05-02/update-makefile.md (about)

     1  Bugfix: Updates Makefile according to latest go standards
     2  
     3  Earlier, we were using go get to install packages.
     4  Now, we are using go install to install packages
     5  
     6  https://github.com/cs3org/reva/issues/2675
     7  https://github.com/cs3org/reva/pull/2747