Skip to content
New issue

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

goenv: read git hash embedded in the binary #4581

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open

Commits on Nov 5, 2024

  1. goenv: read git hash embedded in the binary

    The git hash that's part of `tinygo version` is now read from the binary
    itself instead of embedding it with a `-ldflags` flag. This means it is
    also present when building TinyGo using `go build` or `go install`.
    aykevl committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    eb1592b View commit details
    Browse the repository at this point in the history