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

feat: version API #9

Merged
merged 1 commit into from
Nov 25, 2024
Merged

feat: version API #9

merged 1 commit into from
Nov 25, 2024

Conversation

Pantani
Copy link

@Pantani Pantani commented Nov 23, 2024

Description

Now we can check the faucet version from the API

http://localhost:8000/version

{
  "version": "v0.0.2-dev",
  "go_version": "go version go1.23.3 darwin/arm64",
  "build_date": "2024-11-23T01:50:26Z",
  "source_hash": "a7742f78b99e489afab50932ba7dcd58bfe30ff4*",
  "os": "darwin",
  "arch": "arm64",
  "uname": "Darwin Air.meuintelbras.local 23.6.0 Darwin Kernel Version 23.6.0: Mon Jul 29 21:14:21 PDT 2024; root:xnu-10063.141.2~1/RELEASE_ARM64_T8103 arm64",
  "cwd": "/go/src/github.com/ignite/faucet",
  "build_from_source": true
}

Copy link
Member

@julienrbrt julienrbrt left a comment

Choose a reason for hiding this comment

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

ACK

@julienrbrt julienrbrt merged commit 1371922 into master Nov 25, 2024
2 checks passed
@ilgooz ilgooz deleted the feat/faucet-version-api branch November 25, 2024 13:18
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