From 48c3878c0bbef0abda1dc0b1570c62e6e6566d6b Mon Sep 17 00:00:00 2001 From: Lewis Jones Date: Fri, 6 Jun 2025 15:36:25 +0100 Subject: [PATCH] Apply suggestion from @elrayle Co-authored-by: E. Lynette Rayle --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c604528..faf484e 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ permissions: # Environment variables to configure Go and Go modules. Customize as necessary env: - GOPROXY: '' # A Go Proxy server to be used + GOPROXY: 'https://proxy.golang.org,direct' # To add a private proxy, place it between the public golang proxy and direct GOPRIVATE: 'github.com/foo/*' # repositories in organization foo are considered private jobs: