GOPATH is not needed when using go-mod

This commit is contained in:
tryao
2022-12-03 12:16:22 +08:00
committed by GitHub
parent 64bd23542a
commit dd23f4e1ba

View File

@ -31,7 +31,7 @@ fi
echo "Releasing $version"
GOSRC=${GOPATH}/src/github.com/tinode
GOSRC=..
pushd ${GOSRC}/chat > /dev/null