-trimpath
remove all file system paths from the resulting executable. Instead of absolute file system paths, the recorded file names will begin either a module path@version (when using modules), or a plain import path (when using the standard library, or GOPATH).
— https://pkg.go.dev/cmd/go#hdr-Compile_packages_and_dependencies
Without -trimpath, e.g., go run .