#Possible to set GOPROXY?

1 messages · Page 1 of 1 (latest)

hybrid stirrup
#

Hi

Is it possible to set GOPROXY?

I think I'm having issues with our network firewall where I keep getting TLS handshake timeouts when running a golang dagger module
Example:

Stderr:
go: downloading dagger.io/dagger v0.13.7
go: downloading github.com/goccy/go-yaml v1.13.2
go: downloading github.com/spf13/cobra v1.8.1
go: downloading github.com/thediveo/enumflag/v2 v2.0.5
go: downloading github.com/stretchr/testify v1.9.0
go: downloading golang.org/x/net v0.30.0
go: github.com/go-logr/stdr@v1.2.2 requires
github.com/go-logr/logr@v1.2.2: Get "https://proxy.golang.org/github.com/go-logr/logr/@v/v1.2.2.mod": net/http: TLS handshake timeout
Error: exit status 1

hybrid stirrup
#

please disregard, seems an issue with the docker network on this vm