From 3a02b8b3b1d32858080d6ae6ed47c60ad08fa172 Mon Sep 17 00:00:00 2001 From: Vadim Inshakov Date: Tue, 26 Sep 2023 03:08:06 +0500 Subject: [PATCH] fix ci --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7538ab5..7bb0070 100644 --- a/Makefile +++ b/Makefile @@ -50,5 +50,4 @@ upgrade: @sudo mv go /usr/local @export GOROOT=/usr/local/go @export GOPATH=$HOME/go - @export PATH=$GOPATH/bin:$GOROOT/bin:$PATH - @source ~/.profile \ No newline at end of file + @export PATH=$GOPATH/bin:$GOROOT/bin:$PATH \ No newline at end of file