You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Doing both `go get` and checkout in the same loop made gpm prone
to race conditions - happening when we tried to set versions for
packages at the same time they were being installed.
Having this happening in two different loops makes the approach
more tidy and less prone to error.
0 commit comments