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
BUILD/MINOR: make: remove GOOS env var from go build
We want to keep our Makefile platform related so the GOOS gets
picked up based on the platform you are running it. In case you
need to manipulate the GOOS, you can still do it by using
GOOS="linux" make build. We don't want to default to linux.
0 commit comments