Force proxy bypass and install of latest

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2022-05-27 16:06:50 +02:00
parent 10e20bce21
commit 025e2e5c2b
Signed by: luzifer
GPG Key ID: 0066F03ED215AD7D

View File

@ -7,6 +7,8 @@ packages=(
github.com/Luzifer/rootzone@latest
)
export GOPRIVATE=github.com/Luzifer
for pkg in "${packages[@]}"; do
go install \
-mod=readonly \