From 663bffeef92a19f636a6e4962371f80fd67e6b43 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Thu, 5 Jun 2025 08:05:54 +0200 Subject: [PATCH] try golang proxies --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 8142976..a0fe5f4 100644 --- a/Containerfile +++ b/Containerfile @@ -17,7 +17,7 @@ WORKDIR /go/ntfy RUN git checkout "$VERSION" ENV CGO_CFLAGS="-D_LARGEFILE64_SOURCE" -ENV GOPROXY="direct" +ENV GOPROXY="proxy.golang.org" RUN make web RUN make web-build