From ae4799a8a17ce689406e2e0a602627ebd7d16049 Mon Sep 17 00:00:00 2001 From: Sergey Zhemoytel Date: Wed, 29 Nov 2023 09:15:33 +0000 Subject: [PATCH] 1.28.2 --- dolt.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dolt.spec b/dolt.spec index b857cfb..3524155 100644 --- a/dolt.spec +++ b/dolt.spec @@ -28,7 +28,7 @@ them to a remote, or merge your teammate's changes find . -perm 0755 -type f -exec chmod 0644 {} \; %build -export GOPROXY=direct +export GOPROXY=https://proxy.golang.org/cached-only pushd go go build -o ../bin/%{name} ./cmd/dolt popd