finalizers
finalizers copied to clipboard
Bump sys module to fix darwin_arm64 build errors
This currently fails to build on Apple Silicon-based Macs with an error along the lines of the following:
/Users/nick/src/golang/pkg/mod/golang.org/x/[email protected]/unix/zsyscall_darwin_arm64.go:105:3: //go:linkname must refer to declared function or variable
/Users/nick/src/golang/pkg/mod/golang.org/x/[email protected]/unix/zsyscall_darwin_arm64.go:121:3: //go:linkname must refer to declared function or variable
/Users/nick/src/golang/pkg/mod/golang.org/x/[email protected]/unix/zsyscall_darwin_arm64.go:121:3: too many errors
Bumping the sys module fixes the issue and builds successfully.