Gil

Results 29 comments of Gil

> > The issue is that if I push a new version of a module and try to perform go get then it doesn't find the new version unless I...

I tried this now and I'm getting odd results same code as I originally posted but using direct "GOPROXY=direct" Command I try: `go list -m -versions github.com/blang/semver` Results: `github.com/blang/semver v1.0.0...

> These are all correct results. > > The reason your `direct` result is different from the `proxy.golang.org` is because that module's author has deleted some tags (after the `proxy.golang.org`...

Is there a way to get more verbose logging? When I run `go mod tidy` on a new project I see lines like this `go: finding module for package github.com/xxx/utils/file`...

Ok I was attempting this on the Terminal inside of IntelliJ and it got stuck everytime. I attempted to just try it from a regular command line using iTerm2 and...

> What if you set [`Goproxy.GoBinMaxWorkers`](https://pkg.go.dev/github.com/goproxy/goproxy#Goproxy.GoBinMaxWorkers) to `1`? Not sure what happened, I can't duplicate it now after restarting IntelliJ. Thanks anyway.

> I've also been experiencing (3.12.2) crashes (MacOS 12.3.1, Macbook M1 Pro) for simple queries in a non-deterministic way. Perhaps happens about 1 in 10 queries on average. The app...

> @marcardar @NateRobinson @gcstang I apologize for the inconvenience. Whenever you have a moment, could you please test if the issue is resolved in the latest nightly build? > >...

Did you make changes to the official oraclelinux or can we just use the official one?