1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2024-12-29 01:44:39 +02:00
goreleaser/testdata/TestVersion/version_and_date.json.golden
Carlos Alexandro Becker 9aeea7b430
feat: new --version output (#3962)
using the same output as most cloud-native Go-written CLI's use, i.e.
using
[sigs.k8s.io/release-utils](https://github.com/kubernetes-sigs/release-utils).

---------

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2023-04-30 14:19:55 -03:00

11 lines
239 B
JSON

{
"gitVersion": "1.2.3",
"moduleCheksum": "unknown",
"gitCommit": "unknown",
"gitTreeState": "unknown",
"buildDate": "12/12/12",
"builtBy": "unknown",
"goVersion": "go1.20.3",
"compiler": "gc",
"platform": "linux/amd64"
}