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