When I build source on Golang, I saw the warning message, but I couldn't find answer about it.
$ go build --mod=mod -o main main.go
# command-line-arguments
ld: warning: -no_pie is deprecated when targeting new OS versions
- specs version : go version go1.18 darwin/amd64 os : Monterey 12.6 build command : go build --mod=mod -o [binary name] main.go