From 7ace561e5565e839d08deaa4249cf3aef81ec2b8 Mon Sep 17 00:00:00 2001 From: Yash Raj Singh <98258627+yrs147@users.noreply.github.com> Date: Mon, 24 Apr 2023 11:26:41 +0530 Subject: [PATCH] Fixed Golint & FGT installation commands in Project Setup Documentation (#18282) Fixed Golint & FGT installation commands Signed-off-by: yrs147 --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a714d00f3..aca06deb5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -250,8 +250,8 @@ because golint gives suggestions according to the stylistic conventions listed i ``` #Install fgt and golint -go get -u golang.org/x/lint/golint -go get github.com/GeertJohan/fgt +go install golang.org/x/lint/golint@latest +go install github.com/GeertJohan/fgt@latest #In the #working_dir/harbor, run