Apply suggestion from @elrayle
Co-authored-by: E. Lynette Rayle <elrayle@users.noreply.github.com>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user