We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26b5911 commit c02d196Copy full SHA for c02d196
cmd/root.go
@@ -30,7 +30,7 @@ var logLevel string
30
31
var minStatusInterval = durationpb.New(250 * time.Millisecond)
32
33
-//go:generate sh -c "echo -n $(git describe --long) > commit.txt"
+//go:generate sh -c "echo -n $(git describe --tags --long) > commit.txt"
34
//go:embed commit.txt
35
var cliVersion string
36
tracing/main.go
@@ -24,7 +24,7 @@ import (
24
"go.opentelemetry.io/otel/trace"
25
)
26
27
28
29
var instrumentationVersion string
0 commit comments