chore(deps): update dependency mavericks-golang to v1.26.8-mavericks.4 - #35
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.26.8-mavericks.3→1.26.8-mavericks.4Release Notes
ModernMavericks/golang (mavericks-golang)
v1.26.8-mavericks.4Compare Source
Go 1.26.8 for Mavericks (1.26.8-mavericks.4)
Pure-Go programs now run on Mavericks. A program without cgo — including every
CGO_ENABLED=0build and the binary
go testbuilds for a pure-Go package — was linked by Go's internal linker andfailed at launch on 10.9 with
dyld: Symbol not found: _clock_gettime. Both toolchains nowexternal-link every darwin/amd64 binary through their 10.9 compiler wrapper by default, so linking a
pure-Go program now needs Xcode's Command Line Tools, as cgo already did. Building for other
operating systems (for example
GOOS=linux CGO_ENABLED=0) is unaffected. To opt out for one build,set
GO_EXTLINK_ENABLED=0or pass-ldflags=-linkmode=internal.What changed
Requires Mac OS X 10.9.5 or later.
All changes since 1.26.8-mavericks.3
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.