We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1124825 commit 5eb782dCopy full SHA for 5eb782d
.github/workflows/release.yaml
@@ -21,7 +21,7 @@ jobs:
21
22
- shell: bash
23
run: |
24
- GO111MODULE=on go install go.opentelemetry.io/collector/cmd/builder@v0.37.0
+ GO111MODULE=on go install go.opentelemetry.io/collector/cmd/builder@v0.94.0
25
26
# Static linking
27
export CGO_ENABLED=0
README.md
@@ -5,7 +5,7 @@ This project builds a customized version of the OpenTelemetry Collector with sup
5
## Build
6
7
```
8
-$ GO111MODULE=on go install go.opentelemetry.io/collector/cmd/builder@v0.37.0
+$ GO111MODULE=on go install go.opentelemetry.io/collector/cmd/builder@v0.94.0
9
$ builder --config=otelcol-builder.yaml
10
11
0 commit comments