We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
go version go1.22.4 darwin/arm64
go env
GO111MODULE='' GOARCH='arm64' GOBIN='' GOCACHE='/Users/paulseebach/Library/Caches/go-build' GOENV='/Users/paulseebach/Library/Application Support/go/env' GOEXE='' GOEXPERIMENT='' GOFLAGS='' GOHOSTARCH='arm64' GOHOSTOS='darwin' GOINSECURE='' GOMODCACHE='/Users/paulseebach/go/pkg/mod' GONOPROXY='github.com/askrella' GONOSUMDB='github.com/askrella' GOOS='darwin' GOPATH='/Users/paulseebach/go' GOPRIVATE='github.com/askrella' GOPROXY='https://proxy.golang.org,direct' GOROOT='/Users/paulseebach/.go' GOSUMDB='sum.golang.org' GOTMPDIR='' GOTOOLCHAIN='auto' GOTOOLDIR='/Users/paulseebach/.go/pkg/tool/darwin_arm64' GOVCS='' GOVERSION='go1.22.4' GCCGO='gccgo' AR='ar' CC='clang' CXX='clang++' CGO_ENABLED='1' GOMOD='/Users/paulseebach/code/askrella/simpleo-backend/go.mod' GOWORK='' CGO_CFLAGS='-O2 -g' CGO_CPPFLAGS='' CGO_CXXFLAGS='-O2 -g' CGO_FFLAGS='-O2 -g' CGO_LDFLAGS='-O2 -g' PKG_CONFIG='pkg-config' GOGCCFLAGS='-fPIC -arch arm64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -ffile-prefix-map=/var/folders/l5/dt51qvv11wgdwbv18l68867r0000gn/T/go-build2194274985=/tmp/go-build -gno-record-gcc-switches -fno-common'
go build ./cmd/local
go build ./cmd/local/main.go
The text was updated successfully, but these errors were encountered:
Similar Issues
(Emoji vote if this was helpful or unhelpful; more detailed feedback welcome in this discussion.)
Sorry, something went wrong.
Duplicate of #51279
No branches or pull requests
Go version
go version go1.22.4 darwin/arm64
Output of
go env
in your module/workspace:What did you do?
go build ./cmd/local
What did you see happen?
go build ./cmd/local/main.go
go build ./cmd/local/main.go
-> VCS Info wasn't presentWhat did you expect to see?
go build ./cmd/local/main.go
the VCS info should be present tooThe text was updated successfully, but these errors were encountered: