Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #248 +/- ##
==========================================
+ Coverage 94.68% 94.72% +0.04%
==========================================
Files 10 9 -1
Lines 1975 1991 +16
==========================================
+ Hits 1870 1886 +16
+ Misses 63 62 -1
- Partials 42 43 +1
🚀 New features to boost your workflow:
|
This was referenced Apr 12, 2026
Contributor
|
Thank you! |
Owner
Author
|
@mloskot thank you for the push to get this added! Just note that in the final implementation you’ll need to deploy it with |
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.
In order not to suddenly reveal potentially sensitive information without users explicitly opting in, the
/versionendpoint will only name the service:{ "service": "go-httpbin" }But with
--use-full-version/USE_FULL_VERSION=trueset, it exposes more detailed info:{ "service": "go-httpbin", "version": "2.22.0-next", "commit": "6c58644", "build_date": "2026-04-11T15:50:03Z", "go_version": "go1.26.1" }Closes #191, #190, and #188.