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

Handle timestamp in go/VERSION #61

Merged
merged 2 commits into from
Aug 15, 2023
Merged

Handle timestamp in go/VERSION #61

merged 2 commits into from
Aug 15, 2023

Conversation

thallgren
Copy link
Contributor

A go1.21.0.src.tar.gz contains a go/VERSION file with the following contents:

go1.21.0
time 2023-08-04T20:14:06Z

The added timestamp wasn't handled well by the parser of that file. This commit adds a regexp that correctly parses the version from the content.

A `go1.21.0.src.tar.gz` contains a go/VERSION file with the following
contents:

    go1.21.0
    time 2023-08-04T20:14:06Z

The added timestamp wasn't handled well by the parser of that file. This
commit adds a regexp that correctly parses the version from the content.

Signed-off-by: Thomas Hallgren <[email protected]>
thallgren added a commit to telepresenceio/telepresence that referenced this pull request Aug 15, 2023
Updates the go-mkopensource tool to this PR:

datawire/go-mkopensource#61

Signed-off-by: Thomas Hallgren <[email protected]>
@thallgren thallgren merged commit efaba08 into master Aug 15, 2023
10 checks passed
@knlambert knlambert requested review from a team and josecv and removed request for a team August 15, 2023 20:16
thallgren added a commit to telepresenceio/telepresence that referenced this pull request Aug 21, 2023
Updates the go-mkopensource tool to this PR:

datawire/go-mkopensource#61

Signed-off-by: Thomas Hallgren <[email protected]>
thallgren added a commit to telepresenceio/telepresence that referenced this pull request Aug 23, 2023
Updates the go-mkopensource tool to this PR:

datawire/go-mkopensource#61

Signed-off-by: Thomas Hallgren <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants