mirror of
https://github.com/tinode/chat.git
synced 2025-03-14 10:05:07 +00:00
GOPATH is not needed when using go-mod
This commit is contained in:
@ -31,7 +31,7 @@ fi
|
||||
|
||||
echo "Releasing $version"
|
||||
|
||||
GOSRC=${GOPATH}/src/github.com/tinode
|
||||
GOSRC=..
|
||||
|
||||
pushd ${GOSRC}/chat > /dev/null
|
||||
|
||||
|
Reference in New Issue
Block a user