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

The Go VERSION file now also contains a timestamp #27

Merged
merged 5 commits into from
Nov 27, 2024

Conversation

brackendawson
Copy link
Contributor

The file at https://golang.org/VERSION?m=text now also contains a timestamp. This broke gimme stable. Use the first line of the file only and prepare to release v1.8.1.

@@ -38,6 +38,9 @@ jobs:
restore-keys: |
${{ runner.os }}-prebuild-
- run: ./gimme module | grep ^export | tee -a "${GITHUB_ENV}"
- uses: actions/setup-go@v5
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This feels moderately ironic, given the purpose of this repository/tool 😂

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It amused me too. 😆

@brackendawson brackendawson merged commit 5a8cac9 into urfave:main Nov 27, 2024
19 checks passed
@brackendawson brackendawson deleted the fix-version-file branch November 27, 2024 16:02
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